Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
 partial void DeleteRightAssociation(RightAssociation instance);
 partial void UpdateRightAssociation(RightAssociation instance);
 partial void InsertRightAssociation(RightAssociation instance);
		private void detach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.SecurableContext = null;
		}
		private void detach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Role = null;
		}
		private void attach_RightAssociations(RightAssociation entity)
		{
			this.SendPropertyChanging();
			entity.Right = this;
		}