public Destination Get(int id)
 {
     return(db.Get(id));
 }