partial void DeleteMG_Challenge(MG_Challenge instance);
 partial void InsertMG_Challenge(MG_Challenge instance);
 partial void UpdateMG_Challenge(MG_Challenge instance);
 private void detach_MG_Challenges(MG_Challenge entity)
 {
     this.SendPropertyChanging();
     entity.MG_User = null;
 }