public List<AttachedFile> getAttachedFiles(int start, int end) throws SystemException {
   return attachedFilePersistence.findAll(start, end);
 }