public bool ExistAnswer(QuestionEntity question, AnswerEntity answer)
 {
     return(answerRepository.ExistAnswer(question.ToDalQuestion(), answer.ToDalAnswer()));
 }