Remove Global Models
Remove globally accessible models from the application. Explicitly pass every model to each page that needs access to it.
This reveals a lot of hidden functionality and makes some things more obvious.
Addresses issue #64 (closed) .