public void AddTable(TableData tableData)
 {
     _fileGenerator.AddTable(tableData);
 }