@if (showWarning) {
@txtWarning
} @if (ListRecord.Count == 0) {
NO record found
} else { foreach (var item in ListRecord) { } }