public ClientsController(ProjectClientContext context)
 {
     _context = context;
 }
 public SeedingService(ProjectClientContext context)
 {
     _context = context;
 }