public IEnumerable <Atividade> GetAllByDate(DateTime date)
 {
     return(_AtividadeRepository.GetAllByDate(date));
 }