public function __construct(FileLoader $fileLoader)
 {
     parent::construct();
     $this->_fileLoader = $fileLoader;
 }