public BaseResponse <DocumentDelivered> Add(DocumentDelivered model) { return(documentService.AddDocumentDelivered(model)); }