Constructs a ViewPageController object.
\Drupal\Core\Entity\EntityStorageControllerInterface $storage_controller: The entity storage controller.
\Drupal\views\ViewExecutableFactory $executable_factory: The view executable factory
public function __construct(EntityStorageControllerInterface $storage_controller, ViewExecutableFactory $executable_factory) {
$this->storageController = $storage_controller;
$this->executableFactory = $executable_factory;
}