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