public ActionResult RankEdit(int rankId) { RankDTO rankbyId = _rankService.GetRankByID(rankId); return(View(rankbyId)); }