public async Task <IActionResult> Index() { var model = await _userManagerService.GetAllUserTask(); return(View(model)); }