public FinishTestViewModel(TestModel test, ShellViewModel shell)
 {
     Test      = test;
     controler = shell;
     Grade     = "Grade: " + Test.Check() + " = " + Test.GradeNum.ToString();
 }