public List<Booking> getBookings() {
   return userWorkspace.getNotConfirmed();
 }