public List <SysPrivilege> getPrivilegeByOperator(long @operator)
 {
     return(db.UP_GetOperatorPrivilege(@operator).ToList());
 }