public function getAll()
 {
     $obj = new Make($this->db);
     echo json_encode($obj->all());
 }