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