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