public SimpleUserInfo(SysUser usr) { this.userID = usr.UserID; this.loginName = usr.LoginName; this.name = usr.Name; this.isAdmin = usr.IsAdmin(); }