public IEnumerable <LadderEntry> GetAllEntriesForLadder(string ladderId) { return(_ladderService.GetAllEntriesForLadder(ladderId)); }