@Override public List<Sport> getAllSport() { return sportDAO.findAll(); }
@Override public Sport getSport(int id) { return sportDAO.findOne(id); }