public virtual void Init()
 {
     OpenBackupFolder = new ActionCommand(() => { FileCommands.OpenBackupFolder(this); });
     OpenGitFolder    = new ActionCommand(() => { FileCommands.OpenGitFolder(this); });
 }