public List <SystemLogModel> GetSysLogList()
 {
     return(logbll.GetSysLogList());
 }