public CalendarUser getUser(int id) {
   return userDao.getUser(id);
 }