@model Comment
@Model.Content
@if (Model.Children!=null && Model.Children.Count>0) { foreach (var comment in Model.Children) { @Html.DisplayFor(model=>comment,"Comment","Comment") } }