Syringe(floattotal_volume_mL,floatinternal_diameter_mm,stringid);//There are arguments because we need to know what values to add in the Json document (no default syringe)
Syringe();//There is no arguments because we add the generic syringe to use
Syringe(stringref,stringbrand,floattotal_volume_mL,floatinternal_diameter_mm);//There are arguments because we need to know what values to add in the Json document (no default syringe)