public int ChangePass(string newPass, string oldPass, string AccountName) { return(memberDao.ChangePass(newPass, oldPass, AccountName)); }