/// <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);
 }
 /// <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;
 }