public ActionResult ClearCache(PagerParameters pagerParameters)
 {
     _redirectService.ClearCache();
     _orchardServices.Notifier.Information(T("Redirect cache successfully reloaded"));
     return(RedirectToAction("Index", pagerParameters));
 }