private void AIPlay() { Albert.ThinkLabel = AIThinkLabel; Albert.Board = board; Albert.Choose(); CheckWin(); playerTurn = true; }