@model Dictionary>

@ViewBag.Title

@{ foreach (var key in Model.Keys) {
@key.ToString()
@foreach (var client in Model[key]) {
}
} }