public void save1() throws ClipsException {
if(isNewlyCreated()) {
try {
int iD = profcheckup.get().getID();
//todo save by chunk --> saving
TransportData transportData = getBean().createItem(new ProfcheckupItemChunk(getDetails().dangerId, getDetails().polisID, iD, serviceList1.get()));
ProfcheckupItemDetails details = transportData.itemDetails;
getDetails().dangerId = details.dangerId;
getDetails().diseaseID =details.diseaseID;
getDetails().id = details.id;
getDetails().lightWorkTill = details.lightWorkTill;