public List <AthleteDTO> atheletesByCoachId(int id) { return(athleteRepository.atheletesByCoachId(id)); }