private void detach_VolunteerJob(VolunteerJob entity)
		{
			this.SendPropertyChanging();
			entity.CodeCampYear = null;
		}
 partial void UpdateVolunteerJob(VolunteerJob instance);
 partial void DeleteVolunteerJob(VolunteerJob instance);
 partial void InsertVolunteerJob(VolunteerJob instance);