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