public void Run()
 {
     deck = new CardDeck();
     deck.Shuffle();
     DisplayDeck();
 }