public int SaveOrUpdate(QuestionViewEntities questionEntities) { QuestionDAL topicDAL = new QuestionDAL(); return(topicDAL.SaveOrUpdate(questionEntities)); }