public function approve() {
        $this->status = self::STATUS_APPROVED;
        $this->commit(); 
        
        return $this;