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