/// <summary>
 /// Create a new order object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static order Createorder(global::System.Int32 id)
 {
     order order = new order();
     order.ID = id;
     return order;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the orders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToorders(order order)
 {
     base.AddObject("orders", order);
 }