public void AddLocationToRoute(Location newLocation, Route route)
 {
     Dao.ExecuteProcedure(Mapper.AddLocationToRoute(newLocation, route));
 }