public void Remove(PIValue oldPIValue)
 {
     List.Remove(oldPIValue);
 }
 public void Add(PIValue newPIValue)
 {
     List.Add(newPIValue);
 }