public int GetCount(string channel_name, int category_id) { return(dal.GetCount(channel_name, category_id)); }