function __construct()
 {
     $this->db = Factory::create();
 }
 public function _initDb(\Yaf\Dispatcher $dispatcher)
 {
     \Db\Factory::create();
 }