public static void updateProductType(int ID, String Name, String Description) { ProductTypeRepo.updateProductType(ID, Name, Description); }