private void detach_DVSSes(DVSS entity)
 {
     this.SendPropertyChanging();
     entity.SENSOR = null;
 }
 private void attach_DVSSes(DVSS entity)
 {
     this.SendPropertyChanging();
     entity.SENSOR = this;
 }
 partial void UpdateDVSS(DVSS instance);
 partial void DeleteDVSS(DVSS instance);
 partial void InsertDVSS(DVSS instance);