public void Insert(Question entity)
 {
     questionDAL.Add(entity);
 }