private void NoVoucherLoadMessage() { var child = this.documentViewer.Children; child.Clear(); child.Add(UtilDisplay.LoadMessage(Uniconta.ClientTools.Localization.lookup("NoVoucherExist"))); brdMetaInfo.Visibility = System.Windows.Visibility.Collapsed; }