public static void DrawCards(int numCards, IPlayer player)
 {
     player.drawPhase(numCards);
 }