public IActionResult ChangeInterdepart(string interdepartType) { _documentService.ChangeInterdepartDeprtment(interdepartType); return(NoContent()); }