public static void LevelUp()
        {
            Headquarters hq = Company.Current.Headquarters;

            hq.SetLevel(hq.Level + 1);
        }