I have a Window with four Buttons to Add, Search, Delete and Update Database Querys.
After clicking one of these Buttons, I open a new Window with specific WPF Controls for these function.
How can I do this without open a new Window? Everything should happen in one Window, only the WPF Controls should Change and the Code behind. After clicking "Back" or "Execute" I want to go back to the Main Window.