@model IEnumerable @{ ViewBag.Title = "Student Body Statistics"; }

Student Body Statistics

@foreach (var item in Model) { }
Enrollment Date Students
@Html.DisplayFor(modelItem => item.EnrollmentDate) @item.StudentCount