public bool CanShip()
 {
     return(_orderState.CanShip(this));
 }