function __construct($get)
 {
     gen_time('Controllers/Control_Links');
     $this->get = $get;
     parent::__construct();
     $this->index();
 }