def appointment_cancel(event, client)
    @intake_form = ENV["INTAKE_FORM"]
    @office_location  = ENV["OFFICE_LOC"]
    @event = event
    @counselors = return_counselor_lists(@event.users)