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