There are number of ways to pass multiple models to views so this article will show few of them
Techniques to pass multiple models to view
Employee
ViewModels.cs
Using Dynamic Model.cshtml
UsingTuple.cshtml
UsingViewBag.cshtml
UsingViewData.cshtml
UsingViewmodel.cshtml