private void OnExclude(char?symbol)
 {
     Included.Remove(symbol);
     Excluded.Insert(0, symbol);
 }