public ProductCategory()

in AdventureWorksMVCCore.Web/Models/ProductCategory.cs [8:11]


        public ProductCategory()
        {
            ProductSubcategory = new HashSet<ProductSubcategory>();
        }