private void Approve() { if (gameplayController.allowToChoose) { gameplayController.allowToChoose = false; gameplayController.CheckInfo(true); } }