public SequenceService()
 {
     _context = new LauncherContext();
 }
 public LauncherService()
 {
     _context = new LauncherContext();
 }