var Enumerable = {
    each: function (iterator) {
        var index = 0;
        try {
            this._each(function (value) {