public void DoClosingTasks()
 {
     if (renderings != null)
     {
         renderings.PromptForSave(_projSettings.ProjectFolder);
     }
 }