public BaseResponse <DocumentHistory> Add(DocumentHistory model)
 {
     return(documentService.AddDocumentHistory(model));
 }