public void updateSession(Session from) {
   Preconditions.checkNotNull(from.getId(), "Unsaved session?");
   setTitleTagsDescription(from.getId(), from.getTitle(), from.getTags(), from.getDescription());
 }