public ActionResult Delete(int id) { EmprestimoDAO.RemoverEmprestimo(id); return(RedirectToAction("Index")); }