public static void removeTag(ITag tag) { ActionHandler.beginMacro(); tag.notifyObserver(); ActionHandler.storeAction(new InsertTag(tag)); _Tags.Remove(tag); ActionHandler.endMacro(); }