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