public ClientService(MyContextDB myContext) { dbContext = myContext; }
public SupplierService(MyContextDB myContext) { dbContext = myContext; }