partial void DeleteMstArticleComponent(MstArticleComponent instance);
 partial void UpdateMstArticleComponent(MstArticleComponent instance);
		private void detach_MstArticleComponents1(MstArticleComponent entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle1 = null;
		}
 partial void InsertMstArticleComponent(MstArticleComponent instance);
		private void attach_MstArticleComponents(MstArticleComponent entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = this;
		}