constructor (model: BookingModel) {
    super(model)
    this.restUrl = restUrlPrefix + this.model.id
  }