/**
  * Shortcut to get the container.
  *
  * @return \Netzmacht\Contao\FormHelper\Partial\Container
  */
 public function getContainer()
 {
     return $this->view->getContainer();
 }