private void GetCriteriaMatches(int customerId) { try { DataTable dtCriteriaMatches = new DataTable(); dtCriteriaMatches = customerBo.GetCriteriaMatches(hdnPan.Value, hdnDOB.Value, hdnEMAIL.Value, hdnMoblile.Value, customerId); } catch (BaseApplicationException Ex) { throw Ex; } }