public boolean getIsCurrent() { return current.equals(userWorkspace.getCurrent().equals(current)); }
public List<Booking> getBookings() { return userWorkspace.getNotConfirmed(); }