public List<Auditorium> getAuditoriums() {
   return auditoriumDAO.getAuditoriums();
 }