public Logs GetLatestSubmission(Guid HabitID)
 {
     return(logsRepository.GetLatestLogSubmission(HabitID));
 }