public List<Movie> findAll() {
   return movieDao.findAll();
 }