//get list containing all Halls public IEnumerable <Hall> Halls() { return(_hallRepository.Halls()); }