public static void ProgramsServicesReferOut()
 {
     HouseHoldOverviewAction.HouseHoldOverview();
     WebDriverUtils.ClickAction(ProgramsServicesPageObjects.ProgramsServiceslink());
     WebDriverUtils.ClickAction(ProgramsServicesPageObjects.ProgramsServicesReferOutButton());
 }
 public static void CaseNote()
 {
     HouseHoldOverviewAction.HouseHoldOverview();
     WebDriverUtils.HoldDriver();
     WebDriverUtils.ClickAction(CaseNotePageObjects.CaseNoteLink());
 }
 public static void FamilyGoalPlanCreate()
 {
     HouseHoldOverviewAction.HouseHoldOverview();
     WebDriverUtils.ClickAction(FamilyGoalPlanPageObjects.FamilyGoalPlanLink());
     WebDriverUtils.ClickAction(FamilyGoalPlanPageObjects.FamilyGoalCreatePlanLink());
 }
 public static void HouseholdHistory()
 {
     HouseHoldOverviewAction.HouseHoldOverview();
     WebDriverUtils.ClickAction(HouseholdHistoryPageObjects.HistoryLink());
 }
 public static void AddNewIncome()
 {
     HouseHoldOverviewAction.HouseHoldOverview();
     WebDriverUtils.ClickAction(IncomePageObjects.AddIncomeLink());
 }