private void FinindID() { try { persond.EMPID = txtempid.Text; pbal.Find(persond); } catch (Exception ex) { MessageBox.Show(ex.ToString()); } }