private void NextStage() { currentStage++; boundary.IncreaseCircleSize(circle_increase); StartStage(currentStage); }