public SportsHall IsRegistered(SportsHall hall)
 {
     throw new NotImplementedException();
 }
 public void EditSportsHall(SportsHall hall)
 {
     throw new NotImplementedException();
 }