/**
  * @return DataGridConfig
  */
 protected function createDataGridConfig()
 {
     return DataGridConfig::create($this->model, $this);
 }