public object Post(Tag tag) { var newTag = Repository.Store(tag); ClioHubManager.NewTag(User, newTag); return(newTag); }