internal IList <PacienteE> recuperarPacientePorNA(string nom, string ape) { return(oPacienteDao.GetPacientePorNA(nom, ape)); }