partial void DeleteUserGroup(UserGroup instance);
		private void detach_UserGroups(UserGroup entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
 partial void UpdateUserGroup(UserGroup instance);
		private void attach_UserGroups(UserGroup entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
 partial void InsertUserGroup(UserGroup instance);