public MajorVm() { StudentList = new StudentListVm(); }
public FrameworkAllVM() { Vm = new StudentVm(); ListVm = new StudentListVm(); }