/// <summary>
 /// the main logout Action on the button click
 /// </summary>
 void LogOut()
 {
     //the main functionality is on the logout page
     MessageDisplay.CallLogoutWarning(InstanceController.MessageDisplaySettings);
 }