public async Task <IEnumerable <Nurse> > BuscarNursePerHospital(Guid id) { var response = await _nurseRepository.GetAllPerHospital(id); return(response); }