public StudySession(DateTime startime, int tiringbefore, int happinessbefore)
 {
     this.startTime = startime;
     this.tiringBeforeStudySession = tiringbefore;
     this.happinessBeforeStudySession = happinessbefore;
     this.sessionstatus = StudySessionStatus.LEARNING;
 }
 public StudySession(DateTime startime, int tiringbefore, int happinessbefore)
 {
     this.startTime = startime;
     this.tiringBeforeStudySession    = tiringbefore;
     this.happinessBeforeStudySession = happinessbefore;
     this.sessionstatus = StudySessionStatus.LEARNING;
 }