private void LoadSerialFields()
        {
            //Control Port Field Population
            controlPort.PopulateParityValues(ctbControlParity);
            controlPort.PopulatePortNames(ctbControlPort);
            controlPort.PopulateStopBits(ctbControlStopBits);

            //Test Port Field Population
            testPort.PopulateParityValues(ctbTestParity);
            testPort.PopulatePortNames(ctbTestPort);
            testPort.PopulateStopBits(ctbTestStopBits);
        }