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