partial void DeleteGenderMatch(GenderMatch instance);
partial void InsertGenderMatch(GenderMatch instance);
partial void UpdateGenderMatch(GenderMatch instance);
private void detach_GenderMatches(GenderMatch entity) { this.SendPropertyChanging(); entity.GenderIndex1 = null; }