/// <summary>
 /// Create a new bvc_Package object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="declaredValue">Initial value of the DeclaredValue property.</param>
 /// <param name="length">Initial value of the Length property.</param>
 /// <param name="width">Initial value of the Width property.</param>
 /// <param name="height">Initial value of the Height property.</param>
 /// <param name="weight">Initial value of the Weight property.</param>
 /// <param name="shippingType">Initial value of the ShippingType property.</param>
 /// <param name="shippingCost">Initial value of the ShippingCost property.</param>
 /// <param name="forSingleItem">Initial value of the ForSingleItem property.</param>
 public static bvc_Package Createbvc_Package(global::System.Int32 id, global::System.Double declaredValue, global::System.Double length, global::System.Double width, global::System.Double height, global::System.Double weight, global::System.Int32 shippingType, global::System.Double shippingCost, global::System.Int32 forSingleItem)
 {
     bvc_Package bvc_Package = new bvc_Package();
     bvc_Package.ID = id;
     bvc_Package.DeclaredValue = declaredValue;
     bvc_Package.Length = length;
     bvc_Package.Width = width;
     bvc_Package.Height = height;
     bvc_Package.Weight = weight;
     bvc_Package.ShippingType = shippingType;
     bvc_Package.ShippingCost = shippingCost;
     bvc_Package.ForSingleItem = forSingleItem;
     return bvc_Package;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Package EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Package(bvc_Package bvc_Package)
 {
     base.AddObject("bvc_Package", bvc_Package);
 }