public IList <Cruise> CruiseGetAllByTrip(SailsTrip trip)
 {
     return(CruiseRepository.CruiseGetAllByTrip(trip));
 }