partial void DeleteTag(Tag instance);
partial void UpdateTag(Tag instance);
private void detach_Tags(Tag entity) { this.SendPropertyChanging(); entity.User = null; }
partial void InsertTag(Tag instance);
private void attach_Tags(Tag entity) { this.SendPropertyChanging(); entity.User = this; }