public BoardRepository(BoardContext _context) { context = _context; }
public BoardRepository() { context = new BoardContext(); }