public static void paymentSimpleType(paymentSimpleType argument)
        {
            if (null != argument)
            {
                if (argument.Item is bankAccountType) { bankAccountType(argument.Item as bankAccountType); }