public async Task <IActionResult> CheckToken(string token)
 {
     return(await _khachHangService.CheckTokenAsync(token));
 }