public ChangeClassSelectionCommand(SelectionPageViewModel vm)
 {
     this.vm = vm;
 }
 public ChangeSubjectSelectionCommand(SelectionPageViewModel vm)
 {
     this.vm = vm;
 }