public Emprestimos pesquisarEmprestimo(Emprestimos emprestimo) {
    obj = new Emprestimos();
    int idEmprestimo = emprestimo.getIdEmprestimo();
    obj = bancoDao.pesquisarEmprestimo(idEmprestimo);

    return obj;
  }