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