Try your search with a different keyword or use * as a wildcard.
@model AddCategoryToDiscountSearchModel
@{
    Layout = "_AdminPopupLayout";
    //page title
    ViewBag.PageTitle = T("Admin.Promotions.Discounts.AppliedToCategories.AddNew").Text;
}
@if (ViewBag.RefreshPage == true)
{
    
}
else
{
    
}