public TriathlonRepository(TriathlonContext context, IMapper mapper) { _context = context; _mapper = mapper; }