public UnitOfWork(AgendamentoContext context)
 {
     _context = context;
 }
 public RepositoryBase(AgendamentoContext context)
 {
     _context = context;
 }