/// <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_Subtotals order_Subtotals)
 {
     base.AddObject("Order_Subtotals", order_Subtotals);
 }
 /// <summary>
 /// Create a new Order_Subtotals object.
 /// </summary>
 /// <param name="orderID">Initial value of the OrderID property.</param>
 public static Order_Subtotals CreateOrder_Subtotals(global::System.Int32 orderID)
 {
     Order_Subtotals order_Subtotals = new Order_Subtotals();
     order_Subtotals.OrderID = orderID;
     return order_Subtotals;
 }