public void GetCandidateVideoData(string electionKey, string officeKey, string politicianKey)
   {
       DataTable = VotePage.EnableIssueGroups
 ? ElectionsPoliticians.GetCompareCandidateVideosNew3(electionKey, officeKey,
                                                      politicianKey)
 : ElectionsPoliticians.GetCompareCandidateVideosNew(electionKey, officeKey,
                                                     politicianKey);
   }