public function storeCustomRecord($parameters)
 {
     ProductClassTax::create(['name_101' => $this->request->input('name')]);
 }