public async Task LoadDesktop()
 {
     if (ItemSource == null || UserIdforCurrentSource != authSettings.Active)
     {
         ItemSource = await dashboardManager.GetDesktop();
     }
     UserIdforCurrentSource = authSettings.Active;
 }