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