public void Update(Question entity)
 {
     questionDAL.Update(entity);
 }