public void DeleteTimeReport(int timeReportId)
 {
     timeReportRepository.Remove(timeReportId);
 }