public EntityFilesViewComponent(
     IEntityFileStore <EntityFile> entityAttachmentStore)
 {
     _entityAttachmentStore = entityAttachmentStore;
 }