public ActionResult Search(string SearchInput) { var m = BookBl.Search(SearchInput); return(View("Index", m)); }