private void detach_ArticlesTopics(ArticlesTopic entity)
		{
			this.SendPropertyChanging();
			entity.Article = null;
		}
		private void attach_ArticlesTopics(ArticlesTopic entity)
		{
			this.SendPropertyChanging();
			entity.Article = this;
		}