public Borrowing(Borrower borrower, Work work, string date) { this.Borrower = borrower; this.Work = work; this.Date = date; }