private void FileExitMenu_Click(object sender, RoutedEventArgs e) { if (controller.CanClose()) { this.Close(); } }