Try your search with a different keyword or use * as a wildcard.
@model AddProductToClassificationSearchModel
@{
Layout = "_AdminPopupLayout";
//page title
ViewBag.PageTitle = T("Plugins.Tax.Avalara.ItemClassification.AddProduct").Text;
}
@if (ViewBag.RefreshPage == true)
{
}
else
{
}