public static void SetListBoxStarsSecondLevel(TextEdit sender, ListBox lbDest, string StrToSearch, string PCC, string Star1id)
        {
            List <ListItem> Stars2ndLevelList = CatStars2ndLevelBL.GetStars2ndLevel_Predictive(StrToSearch, PCC, Star1id);

            SetListBox(sender, lbDest, Stars2ndLevelList);
        }