public IActionResult ListAllHumans() { return(View(HumanLogic.GetAll())); }
public IEnumerable <Human> GetAllHuman() { return(logic.GetAll()); }