public Form1() { InitializeComponent(); _board = new Board(8); _board.AddAllThePieces(); DrawInitialBoard(); }