public function testSetYearOfStudy()
 {
     $appStat = new ApplicationStatistic();
     $appStat->setYearOfStudy(3);
     $this->assertEquals(3, $appStat->getYearOfStudy(3));
 }