public LivroRepository(LivroShopContext context) : base(context) { }
public RepositoryBase(LivroShopContext context) { _context = context; }