protected bool Equals(PicklistOption other)
 {
     return(string.Equals(Key, other.Key));
 }
 protected bool Equals(PicklistOption other)
 {
     return string.Equals(Key, other.Key);
 }