public UserPanelController(IDbContext dbContext, IParticipationService participateService, ITeamColorService teamColorService)
 {
     _dbContext            = dbContext;
     _participationService = participateService;
     _teamColorService     = teamColorService;
 }
 public UserPanelController(IDbContext dbContext, IParticipationService participateService, ITeamColorService teamColorService)
 {
     _dbContext = dbContext;
     _participationService = participateService;
     _teamColorService = teamColorService;
 }