public IActionResult ResetElo(string id)
 {
     _catService.ResetElo();
     return(Ok("Elo reset"));
 }