I have a Button that closes my window when it\'s clicked:
Button
Ok
Simple approach is close window on saveComand Implementation. Use below code to close window.
Application.Current.Windows[1].Close();
It will close the child window.