public static bool CheckOldPwd(string oldPwd, string agentname) { return(userService.CheckOldPwd(oldPwd, agentname)); }