public function __construct($mission_id)
 {
     $this->mission = Mission::find($mission_id);
 }