partial void DeleteSponsorListJobListing(SponsorListJobListing instance);
 partial void InsertSponsorListJobListing(SponsorListJobListing instance);
 partial void UpdateSponsorListJobListing(SponsorListJobListing instance);
		private void detach_SponsorListJobListing(SponsorListJobListing entity)
		{
			this.SendPropertyChanging();
			entity.SponsorList = null;
		}