public ProductsAdminController( IProducerService producers, ICommonRepositoryService commons, IProductService products, ISanitizer sanitizer, ICacheService cache) { this.producers = producers; this.commons = commons; this.products = products; this.sanitizer = sanitizer; this.cache = cache; }