public void ClickedNextStage()
 {
     if (preventAllClicks) return;
     if (isEditing) editorManager.ClickedNextStage();
 }