public static bool CheckNameInserted(string countryName)
 {
     return(CountryDAL.CheckNameInserted(countryName));
 }