protected int CountProducts(object dataItem) { return(ProductDataSource.CountForProductTemplate(((ProductTemplate)dataItem).Id)); }