public QuestionDTO GetQuestion(long Questionid)
 {
     Questiondal = new QuestionDAL();
     return(Questiondal.GetQuestion(Questionid));
 }