public Engine(Entities.Gameboard board) { _board = board.Clone(); }
public GreedyEngine1(Entities.Gameboard board) { _board = board.Clone(); }