partial void DeleteNote(Note instance);
partial void InsertNote(Note instance);
partial void UpdateNote(Note instance);
private void detach_Notes(Note entity) { this.SendPropertyChanging(); entity.vcdb_VehiclePart = null; }