partial void DeleteMstArticlePrice(MstArticlePrice instance);
 partial void InsertMstArticlePrice(MstArticlePrice instance);
 partial void UpdateMstArticlePrice(MstArticlePrice instance);
		private void detach_MstArticlePrices(MstArticlePrice entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}