public List <District> ListDistrict(int?cityId, int?districtId)
 {
     return(ApartmentMethods.ListDistrict(cityId, districtId));
 }