public bool DeleteDistrictById(long id)
 {
     return(districtRepository.DeleteDistrictById(id));
 }