public BaseResponse <DocumentType> Add(DocumentType model)
 {
     return(documentService.AddDocumentType(model));
 }