public TimeKeepingManager(IMainUICallbacks callbacks, IDateSave dataService)
 {
     ui = callbacks;
     this.dataService = dataService;
 }