public ActionResult TopStats()
 {
     return(View(new TopStatsViewModel(_statService.GenerateTopStats())));
 }