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