public bool Save(DocumentWorkflowState obj) => repository.Save(obj);
 public bool Delete(DocumentWorkflowState obj) => repository.Delete(obj);