public void DeleteQuestions(Guid[] questionIds)
 {
     pollRepository.DeleteQuestions(questionIds);
 }