private function getCreateView()
 {
     return view('res.launch.create', ['model' => LaunchRes::getEmptyViewModel(), 'formats' => $this->getResFormats()]);
 }
 public static function getOne($id)
 {
     return LaunchRes::findOrFail($id)->toViewModel();
 }