public static ComboInfo ComboInfo_SelectByc_id(string c_id)
        {
            IVideosService channel = Entity.CreateChannel <IVideosService>(SiteEnum.SiteService.VideoService);
            var            result  = channel.ComboInfo_SelectByc_id(c_id);

            (channel as IDisposable).Dispose();
            return(result);
        }