public int UpdateCount(int count, string id, string bookname) { return(cs.UpdateCount(count, id, bookname)); }