public List <GetAllPreDegree_Result> AllQual()

        {
            FRDBEntities db = new FRDBEntities();

            using (db)
            {
                return(db.GetAllPreDegree().ToList <GetAllPreDegree_Result>());
            }
        }