partial void DeleteMstArticleInventory(MstArticleInventory instance);
 partial void UpdateMstArticleInventory(MstArticleInventory instance);
		private void detach_MstArticleInventories(MstArticleInventory entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}
 partial void InsertMstArticleInventory(MstArticleInventory instance);
		private void attach_MstArticleInventories(MstArticleInventory entity)
		{
			this.SendPropertyChanging();
			entity.MstBranch = this;
		}