public function reject($reason = NULL) {
        
        return $this->ignore($reason); 
        
    }