public function __construct($templates, $view)
 {
     $this->_View = $view;
     parent::__construct($templates);
 }