public List <HospitalDataDTO> FindAll()
 {
     return(_hospitalBD.Get().ToList());
 }