//to get the list of all countries
 public static IList <Country> GetCountries()
 {
     return(CountryDB.GetAllCountry());
 }