public string CheckSso(long @operator, string session)
 {
     return(db.UP_CheckSSO(@operator, session).FirstOrDefault());
 }