public void RemoveJudge(OjBase oj) { _onlineJudges.Remove(oj); }
public void AddJudge(OjBase oj) { _onlineJudges.Add(oj); }