private void RewriteCountProducts() { productsLogic.UpdateCount((from checks in InCheck select checks.Id).ToList()); }