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