public int CompareTo(OpenWithInfo other)
 {
     return(KeyName.CompareTo(other.KeyName));
 }