public IActionResult Clear()
 {
     _service.ClearCache();
     return(RedirectToAction("Index"));
 }