public function __construct()
{
$this->objectManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Object\\ObjectManager');
$this->configurationService = $this->objectManager->get('FluidTYPO3\\Flux\\Service\\FluxService');
$this->recordService = $this->objectManager->get('FluidTYPO3\\Flux\\Service\\RecordService');
}