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