FingerPrintAgent(Model.FingerPrintDevice model)
        {
            this.deviceModel = model;

            this.deviceAgent = new SupremaInterface.Suprema("DLL\\SFM_SDK.dll");
        }