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