public void RegisterEditor(IEditorInfo editorInfo)
 {
     throw new NotImplementedException();
 }
 public void EditItemWithEditor(IEditorInfo editor, IEditableItem editableItem)
 {
     throw new NotImplementedException();
 }