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