private void detach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Section1 = null;
		}
		private void attach_Sections(Section entity)
		{
			this.SendPropertyChanging();
			entity.Section1 = this;
		}
 partial void UpdateSection(Section instance);
 partial void DeleteSection(Section instance);
 partial void InsertSection(Section instance);