public void projectClosed(Project project) {
   if (myContent != null) {
     myContentManager.removeContent(myContent, true);
   }
 }