To open a new window you might do `find(CustomerEd...
# tornadofx
e
To open a new window you might do
find(CustomerEditor::class, CustomerScope(customer)).openModal()
for example.