newQuote = new Quotes();
newQuote.setCostcenter(costCentre);
accQuotes = new ArrayList<Accomodationquotes>();
newAcc = new Accomodationquotes();
newAcc.setCurrency(currency);
newAcc.setAccomodationprovider(hQHotel1);
newAcc.setQuotecost(Double.parseDouble(hQCost1));
newAcc.setCity(hQLocation);
newAcc.setDatecheckin(hQDateIn);
newAcc.setDatecheckout(hQDateOut);
accQuotes.add(newAcc);
newAcc = new Accomodationquotes();
newAcc.setCurrency(currency);
newAcc.setAccomodationprovider(hQHotel2);
newAcc.setQuotecost(Double.parseDouble(hQCost2));
newAcc.setCity(hQLocation);