public IActionResult Create(Aluno aluno) { _alunoService.Insert(aluno); return(RedirectToAction(nameof(Index))); }