public IList <Paciente> FiltroPacientes(string texto)
 {
     try
     {
         return(PacienteRe.FiltroPaciente(texto));
     }
     catch (Exception)
     {
         throw;
     }
 }