private void btnViewAllEvidence_Click(object sender, RoutedEventArgs e) { try { EvidenceList evidenceList = new EvidenceList(); evidenceList.FileID = txtFileNo.Text; evidenceList.ShowDialog(); ResetClientFileGridSelection(); } catch (Exception ex) { Helper.LogException(ex); } }