public async void ApplyFilter()
 {
     using (State.BusyScope())
     {
         await Providers.ApplyFilter();
     }
 }