private void OutlookClick(object sender, RoutedEventArgs e) { Outlook outlook = new Outlook(); outlook.ShowDialog(); }