public function getDriver()
 {
     return $this->hasOne(tResident::className(), ['id' => 'idDriver']);
 }