@Given("^I navigate to Available section$")
 public void navigate_available_sections() {
   schedulePage = mainTabletPage.clickAvailableSection();
 }