private void AutoChoice() { if (rightCorrect) { move.RightChoice(true); } else { move.LeftChoice(true); } }