public string ExportString() { return(Exporter.ExportToString(tasks)); }
public void ExportFile(string path) { Exporter.ExportToFile(tasks, path); }