/// <summary>
 /// Create a new bvc_KitPart object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="groupBvin">Initial value of the GroupBvin property.</param>
 /// <param name="productBvin">Initial value of the ProductBvin property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="quantity">Initial value of the Quantity property.</param>
 /// <param name="price">Initial value of the Price property.</param>
 /// <param name="weight">Initial value of the Weight property.</param>
 public static bvc_KitPart Createbvc_KitPart(global::System.String bvin, global::System.DateTime lastUpdated, global::System.String groupBvin, global::System.String productBvin, global::System.Int32 sortOrder, global::System.String description, global::System.Int32 quantity, global::System.Decimal price, global::System.Decimal weight)
 {
     bvc_KitPart bvc_KitPart = new bvc_KitPart();
     bvc_KitPart.bvin = bvin;
     bvc_KitPart.LastUpdated = lastUpdated;
     bvc_KitPart.GroupBvin = groupBvin;
     bvc_KitPart.ProductBvin = productBvin;
     bvc_KitPart.SortOrder = sortOrder;
     bvc_KitPart.Description = description;
     bvc_KitPart.Quantity = quantity;
     bvc_KitPart.Price = price;
     bvc_KitPart.Weight = weight;
     return bvc_KitPart;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_KitPart EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_KitPart(bvc_KitPart bvc_KitPart)
 {
     base.AddObject("bvc_KitPart", bvc_KitPart);
 }