partial void DeleteORDER(ORDER instance);
partial void UpdateORDER(ORDER instance);
private void detach_ORDERs(ORDER entity) { this.SendPropertyChanging(); entity.ACCOUNT = null; }
partial void InsertORDER(ORDER instance);
private void attach_ORDERs(ORDER entity) { this.SendPropertyChanging(); entity.ACCOUNT = this; }