/// <summary>
 /// Deprecated Method for adding a new object to the Order_Subtotals EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrder_Subtotals(Order_Subtotal order_Subtotal)
 {
     base.AddObject("Order_Subtotals", order_Subtotal);
 }
 /// <summary>
 /// Create a new Order_Subtotal object.
 /// </summary>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 public static Order_Subtotal CreateOrder_Subtotal(global::System.Int32 orderID)
 {
     Order_Subtotal order_Subtotal = new Order_Subtotal();
     order_Subtotal.OrderID = orderID;
     return order_Subtotal;
 }