public function getKend()
 {
     return $this->hasOne(\common\models\Angkutan::className(), ['angkutan_id' => 'angkutan']);
 }