public ManageUsersPage ClickDepotClientTab()
 {
     WaitHelper.WaitForElementToBeClickable(DepotTab);
     DepotTab.Click();
     return(new ManageUsersPage(driver));
 }
 public DashboardPage SortTableByDepot()
 {
     WaitHelper.WaitForElementToBeClickable(DepotTab);
     DepotTab.Click();
     return(new DashboardPage(driver));
 }