public void SetManagerArray(ManagerArray array) { managerArray = array; }
public MasterManager(ManagerArray managers) { managerArray = managers; }