public Answer Get(int id)
 {
     return(_repo.GetAnswer(id));
 }