public int TamperingCounts(int eId, int voteCount)
 {
     return(ConvertToTamperCounts(_getService.TemperCheck(eId), voteCount));
 }