public List <City> ListCity(int?countryid, int?cityId)
 {
     return(ApartmentMethods.ListCity(countryid, cityId));
 }