public AllResponseCountry All() { var response = new AllResponseCountry(); var countryBussines = new CountryBusiness(); response.Result = countryBussines.ALL(); return(response); }