public void Delete(Hotel hotel) { //todo - implement }
public void Add(Hotel hotel) { this.Hotels.Add(hotel); }