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