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