public ActionResult ListLog(string SearchString) { ViewBag.ListLog = LogAction.Search(SearchString); //AccountAction. return(View()); }