private void PickRandom(Dictionary <int, List <WaveCard> > SortedCardLists)
 {
     CurrentCard = CardLoader.GetRandomCard(1);
 }