/// <summary>
 /// Deprecated Method for adding a new object to the Products_Above_Average_Price EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProducts_Above_Average_Price(Products_Above_Average_Price products_Above_Average_Price)
 {
     base.AddObject("Products_Above_Average_Price", products_Above_Average_Price);
 }
 /// <summary>
 /// Create a new Products_Above_Average_Price object.
 /// </summary>
 /// <param name="productName">Initial value of the ProductName property.</param>
 public static Products_Above_Average_Price CreateProducts_Above_Average_Price(global::System.String productName)
 {
     Products_Above_Average_Price products_Above_Average_Price = new Products_Above_Average_Price();
     products_Above_Average_Price.ProductName = productName;
     return products_Above_Average_Price;
 }