public function __construct(MapperInterface $mapper)
 {
     parent::__construct($mapper);
     $this->setItemId(-1);
     $this->setItemName(t('Ignored'));
 }