public void Refresh() { try { Information = _infoService.GetInformationData(); }catch (Exception ex) { _dialogService.ShowError(ex); } }