/**
  * Construct config tab
  */
 public function __construct()
 {
     parent::__construct();
     $this->loadConfiguration();
     $this->Factory = new Factory(SessionAccountHandler::getId());
     $this->ExampleContext = new Dataset\Context($this->getExampleTraining(), SessionAccountHandler::getId());
 }