function displayModelInfoAdvance(App_Model_Abstract $model = null)
 {
     $this->_modelName = $model->getModelName();
     $this->_model = $model;
     $this->_config = App_Model_Config::get($this->_modelName);
     $this->_modelInfoConfig = $this->_config->getModelInfoConfig();
     return $this->render();
 }