/**
  * @static
  * @return array
  */
 public static function getStatusList()
 {
     return Order::getStatusList();
 }