public Int32 GetLogCount(Guid HabitId)
 {
     return(logsRepository.GetLogCount(HabitId));
 }