@model IList @if (Model != null) { foreach (var viewModel in Model) { } }
@viewModel.Name