public ActionResult DeleteBankAccount(ExigoService.BankAccountType type)
        {
            ExigoDAL.DeleteCustomerBankAccount(Identity.Customer.CustomerID, type);

            return(RedirectToAction("PaymentMethodList"));
        }