public EjecucionesRobotController(MonitorRobotsDbContext context)
 {
     _context = context;
 }
 public CasoRobotController(MonitorRobotsDbContext context)
 {
     _context = context;
 }
 public ServerController(MonitorRobotsDbContext context)
 {
     _context = context;
 }