/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductTypeXProductProperty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductTypeXProductProperty(bvc_ProductTypeXProductProperty bvc_ProductTypeXProductProperty)
 {
     base.AddObject("bvc_ProductTypeXProductProperty", bvc_ProductTypeXProductProperty);
 }
 /// <summary>
 /// Create a new bvc_ProductTypeXProductProperty object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="productTypeBvin">Initial value of the ProductTypeBvin property.</param>
 /// <param name="propertyId">Initial value of the PropertyId property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_ProductTypeXProductProperty Createbvc_ProductTypeXProductProperty(global::System.Int64 id, global::System.String productTypeBvin, global::System.Int64 propertyId, global::System.Int32 sortOrder, global::System.Int64 storeId)
 {
     bvc_ProductTypeXProductProperty bvc_ProductTypeXProductProperty = new bvc_ProductTypeXProductProperty();
     bvc_ProductTypeXProductProperty.Id = id;
     bvc_ProductTypeXProductProperty.ProductTypeBvin = productTypeBvin;
     bvc_ProductTypeXProductProperty.PropertyId = propertyId;
     bvc_ProductTypeXProductProperty.SortOrder = sortOrder;
     bvc_ProductTypeXProductProperty.StoreId = storeId;
     return bvc_ProductTypeXProductProperty;
 }