public void OnTurnRequested(GameState gameState)
 {
     MessageBoard.Instance.ShowMessage(_myName + ", it is your turn. Click one of the green buttons to drop a piece in that column");
     brain.GetMove(gameState, OnTurnChosen);
 }