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