public static bool CheckTransactionExistanceOnHoldingAdd(int CBBankAccountNum)
        {
            CustomerAccountDao checkAccDao = new CustomerAccountDao();

            return(checkAccDao.CheckTransactionExistanceOnHoldingAdd(CBBankAccountNum));
        }