public List <ChoiceEntities> GetAnswerPageWise(int Id, int pageIndex, ref int recordCount, int length) { QuestionDAL topicDAL = new QuestionDAL(); return(topicDAL.GetAnswerPageWise(Id, pageIndex, ref recordCount, length)); }