public async Task <IActionResult> Stats() { var stats = await statService.MakeStatistics(); return(View(stats)); }