In my app, users can click a "New Account" button. The button opens a view where the user can enter information about the new account. I used binding to tie the "Ok" button click event to a command in my view model. that all works fine but I can't figure out how to close the "New Account" window since there is no code behind in the view for the ok but click.