public StudentSearchVM()
 {
     ValidList   = new StudentListVM();
     InValidList = new StudentListVM();
 }
 public StudentBatchVM()
 {
     ListVM   = new StudentListVM();
     LinkedVM = new Student_BatchEdit();
 }