public bool Remove(CharacterStringPropertyType obj)
 {
     return UseLimitation.Remove(obj);
 }
 public void Add(CharacterStringPropertyType obj)
 {
     UseLimitation.Add(obj);
 }