public ConcreteMoveCommand(BoardGame game) { thegame = game; }
public Game(BoardGame game) { thegame = game; }