public static bool isTypeAlreadyExist(String name)
 {
     return(ProductTypeHandler.isNameAlreadyExist(name));
 }