public ActionResult FileSearch(string tags) { var fileList = myDal.SearchFile(tags); return(View("Index", fileList)); }