public void Delete() { // Arrange GAController controller = new GAController(); // Act controller.Delete(5); // Assert }