@model List @using SmartStore.Web.Models.Customer; @foreach (var eam in Model) { @Html.Action(eam.ActionName, eam.ControllerName, eam.RouteValues) }