public ActionResult ProductToManu(int id, int page = 1) { return(View(ProductBus.getListProductFollowManu(page, 8, id))); }