public Questions AddQuestion(Questions Question) { QuestionRepo rep = new QuestionRepo(); return(rep.Add(Question)); }