/**
  * @return \yii\db\ActiveQuery
  */
 public function getSdaSchedules()
 {
     return $this->hasMany(SdaSchedules::className(), ['attendee_id' => 'id']);
 }