public void SetMgDiagDown(RetVoidTakeInt cb)
 {
     diagDownCB = cb;
 }
 public void SetMgDiagUp(RetVoidTakeInt cb)
 {
     diagUpCB = cb;
 }