public static void update(int id, string name, string desc)
 {
     ProductTypeHandler.update(id, name, desc);
 }