i have models
public class ProductModel { public int ProductId { get; set; } public int BrandId { get; set; } [ForeignKey