public ActionResult DeleteConfirmed(int id) { try { _iRole.DeleteRoleMaster(id); return(RedirectToAction("Index")); } catch (Exception) { throw; } }