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