How to create a view for multiple models?
A view can have only one model. However, you can create a class that has two or more models, and then make your view point to that class. In fact you can add any number of models to that class.