override public bool MarkupBoxGetByID(
     int traceID, int frameID, out Box box)
 {
     return(m_markup.BoxGetByID(traceID, frameID, out box));
 }