public ActionResult Edit(string id) { var claim = _claimsRepo.GetClaimByKey(id); return(View("Edit", claim)); }