void treeAcronyms_ShowingEditor(object sender, CancelEventArgs e)
 {
     e.Cancel = _acronymManager.IsCellReadOnly(e);
 }