public BookBorrowBLL()
 {
     this.bookBorrowAgent = new BookBorrowAgent();
     this.bookInfoAgent   = new BookInfoAgent();
 }
 public BookInfoBLL()
 {
     this.bookInfoAgent   = new BookInfoAgent();
     this.bookBorrowAgent = new BookBorrowAgent();
     this.sysUserAgent    = new SysUserAgent();
 }