protected function _getConfig()
 {
     $ret = parent::_getConfig();
     $ret['items']['controllerUrl'] = Kwc_Admin::getInstance($this->_class)->getControllerUrl('Comments');
     return $ret;
 }
 protected function _getConfig()
 {
     $config = parent::_getConfig();
     $config['items']['xtype'] = 'kwc.newsletter';
     return $config;
 }