public int DownvoteQuestion(int QuestionId)
 {
     Questiondal = new QuestionDAL();
     return(Questiondal.DownvoteQuestion(QuestionId));
 }