public function __construct(\Magento\Backend\App\Action\Context $context, \Magento\Swatches\Helper\Media $swatchHelper, \Magento\Framework\Image\AdapterFactory $adapterFactory, \Magento\Catalog\Model\Product\Media\Config $config, \Magento\Framework\Filesystem $filesystem, \Magento\MediaStorage\Model\File\UploaderFactory $uploaderFactory)
 {
     $this->___init();
     parent::__construct($context, $swatchHelper, $adapterFactory, $config, $filesystem, $uploaderFactory);
 }