/// <summary>
 /// Create a new Customers object.
 /// </summary>
 /// <param name="customer_ID">Initial value of the Customer_ID property.</param>
 /// <param name="company_Name">Initial value of the Company_Name property.</param>
 public static Customers CreateCustomers(global::System.String customer_ID, global::System.String company_Name)
 {
     Customers customers = new Customers();
     customers.Customer_ID = customer_ID;
     customers.Company_Name = company_Name;
     return customers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomers(Customers customers)
 {
     base.AddObject("Customers", customers);
 }