foreach (int eValue in Enum.GetValues(typeof(EnmTopicType)))
{
                    <li id="@eValue">@Enum.GetName(typeof(EnmTopicType),eValue)</li>;
}