Then you can do `val customer: CustomerModel by in...
# tornadofx
e
Then you can do
val customer: CustomerModel by inject()
both in the
Wizard
and in the pages of the Wizard, and they can be sure that they operate on the same object.