private static WebappServiceAsync _service = WebappServiceAsync.SERVICE;
public static StopWithArrivalsAndDeparturesViewController showArrivalsAndDeparturesForStop(
NavigationController controller, String stopId) {
StopWithArrivalsAndDeparturesViewController view = new StopWithArrivalsAndDeparturesViewController(
stopId);
controller.pushViewController(view);
return view;