public function outputUnit()
 {
     $ac = new Aircraft();
     $ac->build();
     return $ac;
 }