public function delete(Attachment $attachment)
 {
     $this->attachmentRepository->delete($attachment);
 }