public string GetFullName()
 {
     return($"{CurPair.GetFullName()} {Freq.ToString()}");
 }