public static GetFiscalHalfEndDateController Fixture()
        {
            GetFiscalHalfEndDateController controller = new GetFiscalHalfEndDateController(new GetFiscalHalfEndDateRepository(), "", new LoginView());

            return(controller);
        }
 public static GetFiscalHalfEndDateController Fixture()
 {
     GetFiscalHalfEndDateController controller = new GetFiscalHalfEndDateController(new GetFiscalHalfEndDateRepository(), "", new LoginView());
     return controller;
 }