public bool Equals(KeyCodeVariable other)
 {
     return(Value == other.Value);
 }
 public void Set(KeyCodeVariable a)
 {
     Value = a.Value;
 }