public ActionResult <int[]> GetAllGameIDs()
 {
     int[] allIDs = _services.GetAllGameIDs();
     return(allIDs);
 }