public IActionResult Activate(string key) { TaiKhoanBUS taikhoanbus = new TaiKhoanBUS(); string thongbao = taikhoanbus.Activate(key); return(RedirectToAction("Index", "Home", new { thongbao = thongbao })); }