@using Karsha_Site.Application.Services.Common.Queries.GetMenuItem; @model List @{ Layout = null; } @foreach (var item in Model) { }