public int CheckVoter(string fingerPrint, long electionId) { return(GeneralBL.CheckVoter(fingerPrint, electionId)); }