public ActionResult Index(string SearchModuleDescription) { var moduleModel = new ModuleModel(); var moduleList = moduleModel.GetListOfModules(true, false, SearchModuleDescription); return(View(moduleList)); }