I'm guessing all objects that are local to the action are passed into the view?
I never see sample code that actually specifies which objects are passed to the view!
Is it good practice to create a 'model' object and then assign, as properties to the 'model' object, all objects you want to pass to the view?
How can you explicitly pass objects?