}//StayingAlive_Play

        private void callButton_Click(object sender, RoutedEventArgs e)
        {
            if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent("Windows.ApplicationModel.Calls.PhoneCallManager"))
            {
                PhoneCallManager.Equals("999", "Emergency Services");
            } //if
        }     //call_Click()