public override async Task ExecuteAsync(object parameter)
 {
     try
     {
         await _iExport.ExportToCSV(_viewModel.musers, ConfigurationManager.AppSettings.Get("ExportPath"));
     }
     catch (Exception ex)
     {
     }
 }