public List <Consulta> all()
 {
     return(daoConsulta.all());
 }