private void RemoveChequeInfo() { Alert.Confirm("Are you sure you want to remove the details of the cheque?" + L.F + "Doing so will move this voucher" + L.f + " back to “For Check Preparation”." + L.F + "Do you want to proceed?", () => { AppArgs.Vouchers.SetAs_Unprepared(ItemsList.CurrentItem); _main.ReloadAll(); }); }