public TimesheetSchedulerController(ITimesheetSchedulerRepository timesheetSchedulerRepository)
 {
     this.timesheetSchedulerRepository = timesheetSchedulerRepository;
 }
 public TimesheetSchedulerController()
 {
     this.timesheetSchedulerRepository = new TimesheetSchedulerRepository(new TimesheetSchedulerContext());
 }