private void Start()
 {
     policy      = new FrontSpacePolicy();
     partitioner = new Partitioner();
     partitioner.Init();
 }