public UpdateCustomer(String customerID) { InitializeComponent(); DataContext = this; this.customerID = customerID; handleDatabase = new HandleDatabase(); customer = handleDatabase.getCustomerDetails(customerID); }