public static ProductType requestDetail(int id)
 {
     return(ProductTypeHandler.findPTById(id));
 }