Inheritance: UIX.Views.IDecorable, INull, IComparable, IObjectState
 partial void DeleteBonusType(BonusType instance);
 partial void UpdateBonusType(BonusType instance);
		private void detach_BonusTypes(BonusType entity)
		{
			this.SendPropertyChanging();
			entity.BonusSuperType = null;
		}
 partial void InsertBonusType(BonusType instance);
 public BonusTypeDecorator(BonusType bonusType)
 {
     this.bonusType = bonusType;
 }