/**
  * @return \yii\db\ActiveQuery
  */
 public function getNsShift()
 {
     return $this->hasOne(Shifts::className(), ['ID' => 'ns_shiftID']);
 }