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