I'm creating a quiz for kids in WPF.
All the questions are coming from a database.
The interface has a textblock for the question and four buttons for the multiple choice answers.
How do I randomly assign the Content of the buttons so that the correct answer isn't in the same button all the time?