public void GetCandidateVideoData(string electionKey, string officeKey, string politicianKey)
 {
     DataTable = ElectionsPoliticians.GetCompareCandidateVideos(electionKey, officeKey,
                                                                politicianKey);
 }