//显示全部出版社 public ActionResult Index() { var publishers = pm.GetPublishersAll(); return(View(publishers)); }