public void TryLoad(string path) { if (loader.TryLoad(path)) { Content = loader.FileContent; } else { Content = "Failure"; } }