@model IEnumerable
@Html.ActionLink("Create New", "Create")
@using (Html.BeginForm("Index", "Movies", FormMethod.Get))
{
Genre: @Html.DropDownList("movieGenre", "All")
Title: @Html.TextBox("SearchString")
Index