I've created the search form and results from http://www.asp.net/mvc/tutorials/getting-started-with-ef-using-mvc/sorting-filtering-and-paging-with-the-entity-framework-in-an-asp-net-mvc-application which handles paging and sorting using the PagedList Nuget package.
What I need help with though, is how do I put the search form on my master page? (_layout.cshtml)?