public IEnumerable <Destination> GetAllDestinations()
 {
     return(db.GetAll());
 }