/**
  * Singleton
  * 
  * @return TestTable
  */
 public static function instance()
 {
     return parent::_instance(__CLASS__);
 }