private void RefreshStatistics() { BannedLicensesCount = Licenses.Count(x => x.IsBanned); PaidLicensesCount = Licenses.Count(x => !x.NoMoney); }