protected function getPath()
 {
     return static::EXTENSION . DS . parent::getPath();
 }
 static function get_file($file)
 {
     return parent::get_contents($file);
 }