Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Deprecated Method for adding a new object to the Current_Product_List EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCurrent_Product_List(Current_Product_List current_Product_List)
 {
     base.AddObject("Current_Product_List", current_Product_List);
 }
 /// <summary>
 /// Create a new Current_Product_List object.
 /// </summary>
 /// <param name="productID">Initial value of the ProductID property.</param>
 /// <param name="productName">Initial value of the ProductName property.</param>
 public static Current_Product_List CreateCurrent_Product_List(global::System.Int32 productID, global::System.String productName)
 {
     Current_Product_List current_Product_List = new Current_Product_List();
     current_Product_List.ProductID = productID;
     current_Product_List.ProductName = productName;
     return current_Product_List;
 }