/// <summary>
 /// Create a new bvc_ProductTypeXProductProperty object.
 /// </summary>
 /// <param name="productTypeBvin">Initial value of the ProductTypeBvin property.</param>
 /// <param name="productPropertyBvin">Initial value of the ProductPropertyBvin property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 public static bvc_ProductTypeXProductProperty Createbvc_ProductTypeXProductProperty(global::System.String productTypeBvin, global::System.String productPropertyBvin, global::System.Int32 sortOrder)
 {
     bvc_ProductTypeXProductProperty bvc_ProductTypeXProductProperty = new bvc_ProductTypeXProductProperty();
     bvc_ProductTypeXProductProperty.ProductTypeBvin = productTypeBvin;
     bvc_ProductTypeXProductProperty.ProductPropertyBvin = productPropertyBvin;
     bvc_ProductTypeXProductProperty.SortOrder = sortOrder;
     return bvc_ProductTypeXProductProperty;
 }
 /// <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);
 }