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