/**
  * Create new order from customer.
  *
  * @return void
  */
 public function run()
 {
     $this->customerIndexEdit->getPageActionsBlock()->createOrder();
 }