/// <summary>
 /// Create a new bvc_Order object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="userID">Initial value of the UserID property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="handlingFee">Initial value of the HandlingFee property.</param>
 /// <param name="shippingStatus">Initial value of the ShippingStatus property.</param>
 public static bvc_Order Createbvc_Order(global::System.Int32 id, global::System.Int32 userID, global::System.String userName, global::System.Double handlingFee, global::System.Int32 shippingStatus)
 {
     bvc_Order bvc_Order = new bvc_Order();
     bvc_Order.ID = id;
     bvc_Order.UserID = userID;
     bvc_Order.UserName = userName;
     bvc_Order.HandlingFee = handlingFee;
     bvc_Order.ShippingStatus = shippingStatus;
     return bvc_Order;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_Order EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_Order(bvc_Order bvc_Order)
 {
     base.AddObject("bvc_Order", bvc_Order);
 }