$('#ctcselect').change(function() {
                    mod.saveCtC($(this).val(), $('#orderID').val());
                });