public BaseResponse <DocumentSignedBy> Update(DocumentSignedBy model)
 {
     return(documentService.UpdateDocumentSignedBy(model));
 }
 public BaseResponse <DocumentSignedBy> Add(DocumentSignedBy model)
 {
     return(documentService.AddDocumentSignedBy(model));
 }