public static List <ProductCategory> GetAllProductCategory() { return(ProductCategoryDAO.GetAllProductCategory()); }