public void DeleteCountry(Countryinfo countryInfo)
 {
     countrydao.DeleteCountryByCountryID(countryInfo);
 }