DatabaseOperation.DELETE_ALL.execute(connection, receivedApplicationFormDataSet);
DatabaseOperation.DELETE_ALL.execute(connection, academicYearDataSet);
DatabaseOperation.DELETE_ALL.execute(connection, schoolDataSet);
SchoolEssence schoolEssence =UtilsForTestCases.createValidSchoolEssence();
School school =schoolEssence.createSchool();
this.schoolDAO.save(school);
Date d1 = EsimsUtils.createDate(12, Calendar.MARCH, 2007);
Date d2 = EsimsUtils.createDate(13, Calendar.MARCH, 2008);