public ActionResult Delete(string id)
 {
     _claimsRepo.Delete(id);
     return(RedirectToAction("Index"));
 }