public async Task <IActionResult> Index() { var lista = await _contextAluno.FindAllAsync(); return(View(lista)); }