@Override public Club getClub(String clubName) { return clubDao.getClub(clubName); }
public Club getClub(int clubId) { return clubDao.getClub(clubId); }