public int GetOnlineCount() { return BuddyList.Select(buddy => buddy.Status).Count(QQStatus.IsGeneralOnline); }