public bool IsEmptyLog(Guid HabitID)
 {
     return(logsRepository.IsEmptyLog(HabitID));
 }