initCurrentCustomer(); $resultLayout = $this->resultLayoutFactory->create(); $block = $resultLayout->getLayout()->getBlock('admin.customer.reviews'); $block->setCustomerId($customerId)->setUseAjax(true); return $resultLayout; } }