public List<Image> getImages(String modelIdentifier) {
   return imageDAO.getImages(modelIdentifier);
 }