public function ignore($reason = NULL) {
        
        $this->closeCorrection("ignore", $reason); 
        
        return $this;