public SellerService(app01Context context)
 {
     _context = context;
 }
 public SeedingService(app01Context context)
 {
     _context = context;
 }
 public DepartmentService(app01Context context)
 {
     _context = context;
 }
 public DepartmentController(app01Context context)
 {
     _context = context;
 }