public void RemoveRequirements(LabelRequiringElement thingWithRequirement)
 {
     thingsWithRequirements.Remove(thingWithRequirement);
 }
 public void AddRequirements(LabelRequiringElement thingWithRequirement)
 {
     thingsWithRequirements.Add(thingWithRequirement);
 }