public DemandaService(WebCodeContext context)
 {
     _context = context;
 }
 public AtividadeService(WebCodeContext context)
 {
     _context = context;
 }
 public OrigemService(WebCodeContext context)
 {
     _context = context;
 }
 public SeedingService(WebCodeContext context)
 {
     _context = context;
 }