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