public override void UpdateTimeReportDataInRepository()
 {
     timeReportRepository.Update(newTimeReport);
 }