private void detach_RaceMatches(RaceMatch entity)
		{
			this.SendPropertyChanging();
			entity.RaceIndex1 = null;
		}
 partial void UpdateRaceMatch(RaceMatch instance);
 partial void DeleteRaceMatch(RaceMatch instance);
 partial void InsertRaceMatch(RaceMatch instance);