public Emprestimo GetEmprestimo(int idEmprestimo) { try { return(emprestimoDAO.GetById(idEmprestimo)); } catch (Exception e) { throw new Exception(e.Message); } }