partial void DeleteMstArticleContact(MstArticleContact instance);
 partial void InsertMstArticleContact(MstArticleContact instance);
 partial void UpdateMstArticleContact(MstArticleContact instance);
		private void detach_MstArticleContacts(MstArticleContact entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}