public CurrentLocationToDestination()
 {
     //Navigation achieved
     Debug.WriteLine("Start to destination reached");
     //Create the GUI
     this.InitializeComponent();
     //Create an object from Algorithm Class
     process = new ViewModel.Algorithm();
 }
 public CurrentLocationToDestination()
 {
     //Navigation achieved
     Debug.WriteLine("Start to destination reached");
     //Create the GUI
     this.InitializeComponent();
     //Create an object from Algorithm Class
     process = new ViewModel.Algorithm();
 }
 public RoutesAtLocation()
 {
     //Navigation achieved
     Debug.WriteLine("Buses at a location reached");
     //Create the GUI
     this.InitializeComponent();
     //Create an object from Algorithm Class
     process = new ViewModel.Algorithm();
 }
 public RoutesAtLocation()
 {
     //Navigation achieved
     Debug.WriteLine("Buses at a location reached");
     //Create the GUI
     this.InitializeComponent();
     //Create an object from Algorithm Class
     process = new ViewModel.Algorithm();
 }
 public RoutesViaLocation()
 {
     //Navigation achieved
     Debug.WriteLine("Buses at a location reached");
     //Create the GUI
     this.InitializeComponent();
     //Set functionality for the phone's back buttons
     HardwareButtons.BackPressed += HardwareButtons_BackPressed;
     //Create an object from Algorithm Class
     process = new ViewModel.Algorithm();
 }
 public RoutesViaLocation()
 {
     //Navigation achieved
     Debug.WriteLine("Buses at a location reached");
     //Create the GUI
     this.InitializeComponent();
     //Set functionality for the phone's back buttons
     HardwareButtons.BackPressed += HardwareButtons_BackPressed;
     //Create an object from Algorithm Class
     process = new ViewModel.Algorithm();
 }