public static List <ProductType> getAllProductTypes()
 {
     return(ProductTypeHandler.getAllProductTypes());
 }