public void Dispose()
 {
     _agendaRepository.Dispose();
     _agendaService.Dispose();
 }