public List <Event> GetAll() { return(_IEventRepo.GetAll()); }
public IEnumerable <EventDetails> GetAll() { return(_eventRepo.GetAll()); }