namespace TV_Player { public class GroupInfo { public string Name { get; set; } public int Count { get; set; } } }