public IEnumerable <Hospital> GetHospitalByLocation(Location location) => _hospitalRepository.GetHospitalByLocation(location);