@Html.ActionLink("Create New", "Create")

@foreach (var item in Model) {
@Html.ActionLink("Last Name", "Index", new { sortOrder = ViewBag.NameSortParm }) First Name @Html.ActionLink("Enrollment Date", "Index", new { sortOrder = ViewBag.DateSortParm })