ListUser=ListUser.OrderBy(h=>h.Count).ToList();ListUser=ListUser.OrderByDescending(h=>h.Count).ToList();