public CardCombinations()
 {
     this.handClassificator = new HandClassificator();
     this.random = new RandomNumberProvider();
 }
 public HandClassificator()
 {
     this.actions = new GameActions();
     this.random = new RandomNumberProvider();
 }