public void UpdateTrainingsStatus()
        {
            BenefitSystem b = new BenefitSystem();

            b.UpdateTrainingsStatus();
        }