public UserTests(UserVM vm)
 {
     InitializeComponent();
     user = vm;
     user.GetQuestions();
     this.DataContext = user;
 }