/**
  * @param ContainerInterface $container
  */
 public function __construct(ContainerInterface $container)
 {
     parent::__construct($container->get('lug.resource.registry'));
     $this->container = $container;
 }