public IActionResult TodosEmAndamento() { ViewBag.Projetos = _projetoRepository.ObterPorStatus(ProjetoStatus.ACEITO); return(View()); }