def documentstorage(self):
     storage = DocumentStorage()
     storage.save_all([self.documentA(), self.documentB()])
     return storage