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