public Repo(HomeBookContext _context) { this.context = _context; }
public Repo() { this.context = new HomeBookContext(); }