public static WorkerListPage GoToWorkerListPage(this CustomersAndStaffMainPage customersAndStaffMainPage)
 {
     customersAndStaffMainPage.NavigationLayout.WorkersLink.Click();
     return(customersAndStaffMainPage.GoToPage <WorkerListPage>());
 }
 public static CalendarPage GoToCalendarPage(this CustomersAndStaffMainPage customersAndStaffMainPage)
 {
     customersAndStaffMainPage.NavigationLayout.CalendarLink.Click();
     return(customersAndStaffMainPage.GoToPage <CalendarPage>());
 }