public void Setup()
 {
     student  = new StudentAppServices();
     student2 = new StudentVM();
 }