public void GetData(string partyKey, string stateCode)
 {
     DataTable = OfficesOfficials.GetPartyIncumbentsByStateNew(stateCode, partyKey);
 }