function formatRow($row)
 {
     $this->currentFileName = $row->img_name;
     return parent::formatRow($row);
 }