public bool Show() { string pathName = FileSystem.Combine(LedgerManFile, FileSystem.AppPath()); return(MainApplicationContext.Current.ProcessManager.Start(pathName)); }