public QuestionRepository(ForumBXSContext context) { _context = context; }
public AnswerRepository(ForumBXSContext context) { _context = context; }