public ActionResult SysLog() { var model = new SysLogViewModel { T_PRT_SYS_LOGs = _DbPortal.GetT_PRT_SYS_LOG() }; return(View(model)); }