/// <summary>
 /// 获取所有出版社信息
 /// </summary>
 /// <returns></returns>
 public List <Publisher> GetAllPublishers()
 {
     return(objBookService.GetAllPublishers());
 }