public void TearDown()
 {
     cardgameGenerator = null;
 }
 public void Setup()
 {
     cardgameGenerator = new CardGameGenerator();
 }