public static void Hide() { // Hide the panel and make sure the collider is // behind everything else _panel.Hide(); _panel.SendToBack(); }