public static ProductType getProductTypeByName(string name) { return(ProductTypeRepo.getProductTypeByName(name)); }