public async Task <IActionResult> Index() { var viewModel = await _studentRepository.GetAllAsync(); return(View(viewModel)); }