public TimeTrackErrorViewModel(TimeTrack timeTrack,string errorMessage)
 {
     TimeTrack = timeTrack;
     ErrorMessage = errorMessage;
 }