public void createMovement(int protocolID, int billingAmount) { accessDataLayer.createMovement(protocolID, billingAmount); }