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