public IEnumerable <RankViewModel> GetByCraneId([FromRoute] string craneId)
 {
     return(_rankService.ListByCraneId(craneId));
 }