public RedirectResult RankEdit(RankDTO data) { int rnk = _rankService.UpdateRank(data); return(Redirect("/rank/edit/" + data.RankId)); }