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