//Deze methode haalt een Oracle Virtueel Machine op. public OracleVirtualMachine GetOVM(int id) { return(repo.GetMachine(id)); }