public void SaveImage(String dataStoreFilePath) { image.WritePngFile(dataStoreFilePath); imageWindow.WriteToConsole("Image saved"); }