private void BtnRetractPod_Click(object sender, EventArgs e)
 {
     if (TxtValue.Text.Length > 0)
     {
         _serialDevice.RetractPod(TxtValue.Text);
     }
     else
     {
         ResposeList.Invoke(new CallBackDelegatespiro(UpdateResponseUI), "pleae add id/value");
     }
 }