public PartialViewResult Delete(int questionId)
 {
     _service.DeleteQuestion(questionId);
     return(PartialView("DeleteConfirmed"));
 }