public static void CheckStates()
 {
     _slots.ForEach(s => CheckManager.CheckSlotCardResult(s));
 }