private void SelectBankFund()
        {
            this.Hide();
            frmTransactionPassword updatepin = new frmTransactionPassword();

            updatepin.ShowDialog();
            this.Close();
        }
        private void CallCashWithDrawal()
        {
            this.Hide();
            frmTransactionPassword updatepin = new frmTransactionPassword();

            updatepin.ShowDialog();
            this.Close();
        }