public ActionResult SearchByName(string Search) { var ads = bridge.GetAdsByName(Search); return(View(ads)); }