/**
  * Funkce vracející počet řádků
  * @param string $filename
  * @return int
  */
 public function getRowsCountInCSV($filename)
 {
     return CsvImport::getRowsCountInCsv($this->getFilePath($filename));
 }