@FXML
  private void handlePrevImageAction(ActionEvent event) {
    System.out.println("PREV PRESSED");

    // Call the previous image
    imgMan.PreviousImage();
  }