internal static void Initialize(Window startingWindow) { //set starting windows new WindowsManagement(startingWindow); //check database connection if (!DatabaseInfo.CheckDataBaseConnection()) { MessageBox.Show(HotelManagmentLogic.Configuration.OutputMessages.DataBaseConnectionError); Application.Current.Shutdown(); } }