public function setup()
 {
     $this->serviceManager = Bootstrap::getServiceManager();
     parent::setup();
     $this->createDatabase();
 }