public bool Update(t_SysParam entity, int id)
 {
     return(sysParamRepository.Update(entity, id));
 }