private void eraseFromProject(ITreeNode <IClassification> classificationNode)
 {
     _projectRetriever.CurrentProject.RemoveClassification(classificationNode.Tag);
     _explorerPresenter.DestroyNode(classificationNode);
 }