public async Task <ActionResult> Index() { var dashboard = await dashboardLogic.GetDashboardData(); return(View(dashboard)); }