public int getLastID() { AdvertisementRepository repository = new AdvertisementRepository(); return(repository.getLastID()); }