public IResult AddRange(List <Question> questions) { _questionDal.AddRange(questions); return(new SuccessResult("Questions successfully posted")); }