public ActionResult Remover(int id) { var obj = taferaDAO.ObterTarefa(id); taferaDAO.Remover(obj); return(RedirectToAction("Listar")); }