public void SetRfid(bool hasRfid) { if (hasRfid) { iuic.ShowKey(); rfid = true; } else { iuic.HideKey(); rfid = false; } }