public function getNurse()
 {
     return $this->hasOne(Nurse::className(), ['ID' => 'ns_nurseID']);
 }