partial void DeleteBody(Body instance);
partial void UpdateBody(Body instance);
private void detach_Bodies(Body entity) { this.SendPropertyChanging(); entity.WebPage = null; }
partial void InsertBody(Body instance);
private void attach_Bodies(Body entity) { this.SendPropertyChanging(); entity.WebPage = this; }