public async Task <IActionResult> GenerateForm(int id)
 {
     return(await _khachHangService.GenerateTokenAsync(id));
 }