public function reject(User $Staff, $comments = NULL) {
            
            $this->close("reject", $Staff, $comments);
            
            return $this;