private void detach_VehicleServices(VehicleService entity) { this.SendPropertyChanging(); entity.Vehicle = null; }
partial void UpdateVehicleService(VehicleService instance);
partial void DeleteVehicleService(VehicleService instance);
partial void InsertVehicleService(VehicleService instance);