public int getTotal() {

    InterfaceLivrosDAO idao = new LivrosDAO();
    return idao.totalDeLivros();
  }