//to get filtered result
 public static IList <Country> FilteredList(bool status)
 {
     return(CountryDB.FilteredResultCountries(status));
 }