public void RemovePart(LevelPart part) { _levelParts.Remove(part); }
public void AddPart(LevelPart part) { _levelParts.Add(part); }