override public void PrepareReplication()
 {
     base.PrepareReplication();
     // Setup component for the next replication
     cesta     = new OneLaneRoad(Constants.CaLength);
     CarsOnWay = new LinkedList <Vehicle>();
 }
 public ProcessPresunNaSkladku(int id, OSPABA.Simulation mySim, CommonAgent myAgent) :
     base(id, mySim, myAgent)
 {
     cesta     = new OneLaneRoad(Constants.CaLength);
     CarsOnWay = new LinkedList <Vehicle>();
 }