public ICollection <Question> GetAll()
 {
     return(questionDAL.GetAll());
 }