/**
  * @return AttachmentService
  */
 public function getAttachmentService()
 {
     return new AttachmentService($this->repositoryFactory->getAttachmentRepository(), $this->getFileManager(), $this->getOrder(), $this->getProduct(), $this->getUser());
 }