/**
  * @return ShopSearchForm
  */
 public function SearchForm()
 {
     return ShopSearchForm::create($this->owner, 'SearchForm', $this->owner->Link() . 'search-suggest');
 }