/**
  * Get short code to identify warehouse by humans.
  *
  * @return string
  */
 public function getCode()
 {
     $result = parent::getCode();
     return $result;
 }