public String choices(int fieldID, String[] items, int pollID)
        {
            PollController pollController = new PollController();

            return pollController.demographicfield(fieldID,pollID,items);
        }