public function subtype()
 {
     return $this->entity->subtype ? MissionControlSubtype::getKey($this->entity->subtype) : null;
 }