private function getConfiguration()
 {
     if ($this->_config == null) {
         $this->_config = SimpleXML::factory(BASE . "libraries/Prime/prime.xml")->get();
     }
     return $this->_config;
 }