export class Profession { professionid?: number; professionname?: string; description?: string; apprenticeship?: string; }