public JobService(KnoodleContext context)
 {
     _context = context;
 }
 public PartService(KnoodleContext context)
 {
     _context = context;
 }