using System.Data; namespace ComputerShopWpf.ViewModels { public class ProductsViewModel { public DataTable Products { get; set; } } }