public int OrdCount()
 {
     return(_OrdQueue.Count());
 }
 public int QryCount()
 {
     return(_CmdQueue.Count());
 }