public static void UnlockAllTags(int drawerId) { if ((Device != null) && (Device.IsConnected)) { Device.UnlockAllTag(drawerId); } }