public async Task <DocumentType> Create(DocumentType documentType)
        {
            await _documentTypeRepository.CreateSync(documentType);

            return(documentType);
        }