public void Delete(Question entity)
 {
     questionDAL.Remove(entity);
 }