public string Excluir(Reserva reserva)
 {
     return(rdal.Excluir(reserva));
 }