public string Decode(TableModel model)
        {
            string data = CodingSQLHelper.GetValue(model.Key);

            return(CodingHelper.ShannonFanoDecode(model.Text, data));
        }