public IActionResult Remover(int?id) { _projetoDAO.RemoverProjeto(id); return(RedirectToAction("ListagemProjetos")); }