@model IEnumerable @{IEnumerable test = ViewBag.AllUsers;} @**@

@foreach (var item in Model) { }
Name:
@Html.DisplayFor(modelItem => item.FullName)