public IEnumerable <Trainee> GetLazyTrainees()
        {
            BenefitSystem  s  = new BenefitSystem();
            List <Trainee> tl = s.GetLazyTrainees();

            return(tl);
        }