// Söker efter ett namn i tabbellen ALIENS public IActionResult form(string name) { ViewBag.OregalienTable = am.SearchAliens(name); return(View()); }