public function create()
 {
     $obj = new Make($this->db);
     echo json_encode($obj->add($this->f3->get("POST.postdata")));
 }