Inheritance: DbContext
 public BooksController(BooksContext booksContext)
 {
     _booksContext = booksContext;
 }