protected function getModelData($model_name)
 {
     $model = $this->_controller->getModel($model_name);
     return $model->getAllData();
 }