static void Main(string[] args) { Board board = new Board(); board.BuildBoard(); Console.ReadLine(); }