public IActionResult DataAttributes() => Ok(AccessAttributesService.GetAllDataAccessAttributes());
public IActionResult SystemFunctions() => Ok(AccessAttributesService.GetAllSystemFunctions());