public BaseResponse <DocumentReceived> Add(DocumentReceived model)
 {
     return(documentService.AddDocumentReceived(model));
 }