public virtual void saveReservaHabitacion(Reserva reserva, Habitacion habitacion)
 {
     throw new System.NotImplementedException();
 }
 public virtual void setReserva(Reserva reserva)
 {
     throw new System.NotImplementedException();
 }