public IEnumerable <Atendimento> GetByDate(DateTime?dateTime)
 {
     return(_atendimentoService.GetByDate(dateTime));
 }