public void GetData(string stateCode)
 {
     DataTable = Counties.GetJurisdictionsReportData(stateCode);
 }