public IActionResult PlayerStats(int id) { return(PartialView("PlayStats", repHandler.PlayerStats(id))); }