public static string getProductType(int ID) { ProductType pt = ProductTypeRepo.getProductType(ID); return(pt.Name); }