public Hospital ObterHospitalPorId(int id)
 {
     return(_repository.ObterHospitalPorId(id));
 }