private void detach_SectionLogs(SectionLog entity)
		{
			this.SendPropertyChanging();
			entity.Section = null;
		}
		private void attach_SectionLogs(SectionLog entity)
		{
			this.SendPropertyChanging();
			entity.Section = this;
		}