partial void DeleteVehicleType(VehicleType instance);
partial void InsertVehicleType(VehicleType instance);
partial void UpdateVehicleType(VehicleType instance);
private void detach_VehicleTypes(VehicleType entity) { this.SendPropertyChanging(); entity.VehicleTypeGroup = null; }