public function testTwoWeeksAndHalfTestPartTwoWorkedDays()
 {
     $testedData = new Determinate($this->DaysForDayFirstDayPartTwo, $this->DaysForDayCurrentDayPartTwo, $this->DaysForDayDataDaysPartTwo);
     $this->assertEquals(196, $testedData->getWorkedDays());
 }