partial void DeleteUserInRole(UserInRole instance);
 partial void UpdateUserInRole(UserInRole instance);
		private void detach_UserInRoles(UserInRole entity)
		{
			this.SendPropertyChanging();
			entity.Role = null;
		}
 partial void InsertUserInRole(UserInRole instance);
		private void attach_UserInRoles(UserInRole entity)
		{
			this.SendPropertyChanging();
			entity.Role = this;
		}