public object Put(Tag tag) { var editTag = Repository.Store(tag); ClioHubManager.EditTag(User, editTag); return(editTag); }