return temp;
}
@Override
public Application persistApplication(Application app, Quotes quote, List<Accomodationquotes> acc, List<Carquotes> car, List<Flightquotes> flight, List<Itinerary> itin, Travel trav, Travelerprofile prof) {
Conference con = new Conference();
confDao.create(con);
quoteDao.create(quote);
List<Quotes> q = quoteDao.findAll();