static void Main(string[] args)
        {
            PovertyRates = ApplicantService.GetPovertyData();



            MainMenu.Run();
        }