private void detach_DVMTs(DVMT entity)
 {
     this.SendPropertyChanging();
     entity.MONITOR = null;
 }
 private void attach_DVMTs(DVMT entity)
 {
     this.SendPropertyChanging();
     entity.MONITOR = this;
 }
 partial void DeleteDVMT(DVMT instance);
 partial void UpdateDVMT(DVMT instance);
 partial void InsertDVMT(DVMT instance);
 private void attach_DVMTs(DVMT entity)
 {
     this.SendPropertyChanging();
     entity.DEVICE = this;
 }