exports.fetchProvince = function (callback) {var options = {sort: ‘id’};Province.find({}, ‘-_id id name’, options, callback);};