public ValidationResult <List <TableHall> > SelectHall()
 {
     return(_hallRepository.SelectHall());
 }