module.exports = Self => {
    require('../methods/department/getLeaves')(Self);
    require('../methods/department/createChild')(Self);
    require('../methods/department/removeChild')(Self);
    require('../methods/department/moveChild')(Self);
};