public function getStatus() { return $this->hasOne(TicketStatus::className(), array('status_id' => 'status_id')); }