public function __construct()
 {
     parent::__construct();
     $this->post_update_repo = new PostUpdateRepository();
     $this->post_repo = new PostRepository();
     $this->setMenuItems();
     $this->sync();
     return true;
 }
 public function __construct()
 {
     parent::__construct();
     $this->post_factory = new PostDataFactory();
 }