/// <summary>
 /// Returns the suggestions list for the search panel.
 /// </summary>
 /// <returns></returns>
 public ActionResult GetSuggestionsList() => Json(ProductsBL.GetSuggestionsList());