notEqualTo : function(attr, value){
                var obj = {};
                obj[attr] = {"$ne":value};
                this.whereQuery.push(obj)
                return this;