<h3 class="section-title">Top-Topics</h3>
@foreach (var t in topics.OrderBy(c => c.DispId))
{
<TopicContent Topic="@t" Owner="@this"/>
}
@code {