/**
  * {@inheritDoc}
  */
 public function countProducts(\XLite\Core\CommonCell $cnd = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'countProducts', array($cnd));
     return parent::countProducts($cnd);
 }