public static void WriteToFile() { AllData.WriteSQLToFile(); }
public static string GetSQL() { return(AllData.GetSQL()); }