public List<SysRole> GetSysRoleByOperator(long @operator)
 {
     return sysRoleDal.GetSysRoleByOperator(@operator).ToList();
 }