public FightsController(ApplicationDbContext context) { _context = context; fightService = new FightService(_context); }
void OnDestroy() { Instance_ = null; }