/// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductCrossSell EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductCrossSell(bvc_ProductCrossSell bvc_ProductCrossSell)
 {
     base.AddObject("bvc_ProductCrossSell", bvc_ProductCrossSell);
 }
 /// <summary>
 /// Create a new bvc_ProductCrossSell object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="crossSellBvin">Initial value of the CrossSellBvin property.</param>
 /// <param name="order">Initial value of the Order property.</param>
 /// <param name="descriptionOverride">Initial value of the DescriptionOverride property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductCrossSell Createbvc_ProductCrossSell(global::System.String bvin, global::System.String productBvin, global::System.String crossSellBvin, global::System.Int32 order, global::System.String descriptionOverride, global::System.DateTime lastUpdated)
 {
     bvc_ProductCrossSell bvc_ProductCrossSell = new bvc_ProductCrossSell();
     bvc_ProductCrossSell.bvin = bvin;
     bvc_ProductCrossSell.ProductBvin = productBvin;
     bvc_ProductCrossSell.CrossSellBvin = crossSellBvin;
     bvc_ProductCrossSell.Order = order;
     bvc_ProductCrossSell.DescriptionOverride = descriptionOverride;
     bvc_ProductCrossSell.LastUpdated = lastUpdated;
     return bvc_ProductCrossSell;
 }