public ICollection <Thana> GetThanasByDistrict(int districtId) { return(_centerRepository.GetThanasByDistrict(districtId)); }