public class Product { [Key] public int Id { get; set; } [Required] public string Name { get; set; } public string SKU { get; set; } public strin