public List <Country> ListCountry(int?countryId)
 {
     return(ApartmentMethods.ListCountry(countryId));
 }