public void SetRanksByOther(int id)
        {
            SiteRankOther otherRank = roleService.GetRankOtherById(id);

            roleService.UpdateRankByOther(otherRank);
            log(SiteLogString.SetRanksByOther());

            echoToParentPart(lang("opok"));
        }