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