public List <SysPrivilege> getPrivilegeByRole(long @role)
 {
     return(db.UP_GetRolePrivilege(@role).ToList());
 }