public int EditQuestion(int id, question EditQuestion)
 {
     return(bllService.EditQuestion(EditQuestion, id));
 }