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