public bool Add(Habitacion obj)
 {
     return(obj != null && obj.Add());
 }