public List <Profession> GetP()
        {
            Profession P = new Profession();

            return(P.Read());
        }