private void ExecuteExportCommand()
 {
     Logger.Info("ExecuteExportCommand in MainViewModel");
     _cabinet.ExcelExport();
 }