public ActionResult DeleteConfirmed(int id) { _repository.DeleteRole(id); return(RedirectToAction("Index")); }