module.exports = Self => {
require('../methods/order-row/addToOrder')(Self);
require('../methods/order-row/removes')(Self);
};