public ICollection <Thana> GetAllThanas()
 {
     return(_centerRepository.GetAllThanas());
 }