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