public EFBookRepository(EFLibraryContext c)
 {
     _context = c;
 }
 public EFAuthorRepository(EFLibraryContext ctx)
 {
     context = ctx;
 }