/**
  * {@inheritDoc}
  */
 public function mergeWithProfile(\XLite\Model\Profile $profile, $flag = 3)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'mergeWithProfile', array($profile, $flag));
     return parent::mergeWithProfile($profile, $flag);
 }