public Libro get(int id) {
   return libroDAO.get(id);
 }