//Deze methode haalt alle servers op. public List <Server> GetServers() { return(repo.ReadServers()); }