void DocumentSaved(Document document)
 {
     ProjectItemManager.ItemSaved(document.ProjectItem);
 }