@Override
 protected RepoImage getEntity(int index) {
   RepoImage entity = new RepoImage();
   entity.setRepoImageId(GUIDS[index].toString());
   entity.setFileType(ImageFileType.Disk);
   entity.setRepoImageName("RepoImage " + entity.getRepoImageId());
   return entity;
 }