public ICollection <Center> GetCentersByThana(int thanaId) { return(_centerRepository.GetCentersByThana(thanaId)); }