public ActionResult <StatDTO> GetStats()
 {
     return(_statService.GetStats());
 }