public Invoice(int invoiceid, DateTime orderDate, Customer customer) { Invoiceid = invoiceid; OrderDate = orderDate; Customer = customer; }