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