partial void DeleteMONITOR(MONITOR instance);
 partial void UpdateMONITOR(MONITOR instance);
 private void detach_MONITORs(MONITOR entity)
 {
     this.SendPropertyChanging();
     entity.TYPE_MT = null;
 }
 partial void InsertMONITOR(MONITOR instance);
 private void attach_MONITORs(MONITOR entity)
 {
     this.SendPropertyChanging();
     entity.TYPE_MT = this;
 }