public static USBMocapRecorder Construct(XmlElement element)
        {
            USBMocapRecorder rec = new USBMocapRecorder();

            rec.Read(element);
            return(rec);
        }
 public static USBMocapRecorder Construct(XmlElement element)
 {
     USBMocapRecorder rec = new USBMocapRecorder();
     rec.Read(element);
     return rec;
 }