public List <Country> GetAllCountrys() { return(aGateway.GetAllCountry()); }
public List <Country> GetAllCountry() { return(cityGateway.GetAllCountry()); }