public List <int> getByIdPref(int canId)
        {
            CandidateDatabase cd = new CandidateDatabase();

            return(cd.getByIdPref(canId));
        }