public BaseRepository(BookyContext context) { this.context = context; }
public BaseRepository() { context = new BookyContext(); }