public void ImportFromFile(FileTypeEnum type, string fileName) { _fileEngine.ImportFromFile(type, fileName); }