d2, "active");
academicYearService.saveAcademicYear(academicYear);
Standard standard = new Standard("5th standard", academicYear);
this.standardService.save(standard);
Division division = new Division("A",standard,"paplubhai",new Integer(50),new Integer(20),new Date());
this.divisionService.save(division);
StudentDetails studentDetails = UtilsForTestCases.createStudentDetailsForTest();
Date dateOfAdmission = new Date();
Student student = new Student("123","345",standard,dateOfAdmission,studentDetails);