I am tring to call block from the controller action but its not working and throwing me an error as
Exception #0 (OutOfBoundsException): No element found with ID 'left'.
$this->_addContent($this->_view->getLayout()->createBlock('\Demo\Test\Block\Adminhtml\Method\Edit'));
$this->_addLeft($this->_view->getLayout()->createBlock('\Demo\Test\Block\Adminhtml\Method\Edit\Tabs'));
Can you please tell me how can i achieve above things?