public function setUp()
 {
     $this->originalInstance = DatabaseLayer::getInstance();
     DatabaseLayer::destroyInstance();
 }