//public IQueryable<Emprestimo> GetAllEmprestimo() public IList <Emprestimo> GetAllEmprestimo() { try { return(emprestimoDAO.GetAll()); } catch (Exception e) { throw new Exception(e.Message); } }