public List<Libro> getAll() {
   return libroDAO.getAll();
 }