public void CreateAnswer(AnswerEdit model) { _repo.Add(AnswerFactory.CreateAnswerFromAnswerEdit(model)); }