public t_SysParam FindSingle(Expression <Func <t_SysParam, bool> > predicate)
 {
     return(sysParamRepository.FindSingle(predicate));
 }