private void detach_UpdateFiles(UpdateFile entity)
 {
     this.SendPropertyChanging();
     entity.Update = null;
 }
 private void attach_UpdateFiles(UpdateFile entity)
 {
     this.SendPropertyChanging();
     entity.Update = this;
 }