private async void RefreshWorkflows()
 {
     Workflows = await SitecoreHelper.GetWorkflows();
 }