newApplication.setDatemodified(modifiedDate);
newApplication.setDescription(description);
newApplication.setTravelerprofileIdtravelerprofile(profileRef);
//newApplication.setAccountIdaccount(accountID);
newTravel = new Travel();
newTravel.setDatedeparture(departureDate);
newTravel.setDatereturn(returnDate);
newTravel.setDescription(reasonForTravel);
newQuote = new Quotes();