public IActionResult ClearCache()
 {
     _helperService.ClearCache(User.Identity.Name);
     return(RedirectToAction("Index"));
 }