public function __construct()
 {
     $DB = new Table();
     $this->table = $DB->getTable();
 }
 function __construct()
 {
     $DB = new Table();
     $this->table = $DB->getTable();
     $this->validator = new Validator();
 }