public int GetNextID()
 {
     return(_questionDAO.GetNextID());
 }