public BorrowOne(LibObject item)
 {
     item.AvailableAmount--;
 }
 public Borrow(LibObject libObject)
 {
     this._libObject = libObject;
 }