public Country FindCountrybyId(int selectedCountryId) { CountryRepository countryrepo = new CountryRepository(); return(countryrepo.FindByID(selectedCountryId)); }