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