public IEnumerable <Actividad> GetAll()
 {
     return(_actividadRepository.GetAll());
 }