public InitializeWayPointsController(GameContext context, Services services)
 {
     _context = context;
 }
 public InitializeEnemyController(GameContext context, Services services)
 {
     _context = context;
 }