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