partial void DeleteItemSubCategory(ItemSubCategory instance);
 partial void InsertItemSubCategory(ItemSubCategory instance);
 partial void UpdateItemSubCategory(ItemSubCategory instance);
		private void detach_ItemSubCategories(ItemSubCategory entity)
		{
			this.SendPropertyChanging();
			entity.ItemCategory = null;
		}