public async Task <IActionResult> Index() { var model = await repository.GetDashboardVM(User.Identity.Name); return(View(model)); }