public void AssignCustomerToTicket(Ticket ticket, Customer customer) { Debug.Assert(ticket != null); ticket.UpdateCustomer(_ticketWorkspace.UpdateCustomer(customer)); }