public String AddOrdered(){
LogInformation logInfo;
if("".equals(getId())){
logInfo = new LogInformation();
collectionDescriptor = new CollectionDescriptor();
logInfo.setCreateBy(sess.getCurrentUser().getId());
logInfo.setCreateDate(new Timestamp(System.currentTimeMillis()));
}
else {
collectionDescriptor = (CollectionDescriptor) getManager().getById(CollectionDescriptor.class, getId());