internal static bool SaveCurrentModifiedPrefabStagesIfUserWantsTo()
 {
     // Returns false if the user clicked Cancel to save otherwise returns true
     return(StageNavigationManager.instance.AskUserToSaveModifiedPrefabStageBeforeDestroyingStage(PrefabStageUtility.GetCurrentPrefabStage()));
 }