public IPage FindPage(DialogViewModelBase viewModel)
 {
     return(AllPages.FirstOrDefault(x => x.ViewModel == viewModel));
 }