public int ResetPassword(string tenDangNhap) { TaiKhoan_DAO tkDAO = new TaiKhoan_DAO(); return(tkDAO.ResetPassword(tenDangNhap)); }