public IActionResult Encerrados() { var ativs = atividadeService.SelectEncerrados(); return(View(ativs)); }