/// <summary>
 /// Create a new Alphabetical_list_of_products object.
 /// </summary>
 /// <param name="productID">Initial value of the ProductID property.</param>
 /// <param name="productName">Initial value of the ProductName property.</param>
 /// <param name="discontinued">Initial value of the Discontinued property.</param>
 /// <param name="categoryName">Initial value of the CategoryName property.</param>
 public static Alphabetical_list_of_products CreateAlphabetical_list_of_products(global::System.Int32 productID, global::System.String productName, global::System.Boolean discontinued, global::System.String categoryName)
 {
     Alphabetical_list_of_products alphabetical_list_of_products = new Alphabetical_list_of_products();
     alphabetical_list_of_products.ProductID = productID;
     alphabetical_list_of_products.ProductName = productName;
     alphabetical_list_of_products.Discontinued = discontinued;
     alphabetical_list_of_products.CategoryName = categoryName;
     return alphabetical_list_of_products;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Alphabetical_list_of_products EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAlphabetical_list_of_products(Alphabetical_list_of_products alphabetical_list_of_products)
 {
     base.AddObject("Alphabetical_list_of_products", alphabetical_list_of_products);
 }