public static GetCountySalesTaxRateController Fixture()
        {
            GetCountySalesTaxRateController controller = new GetCountySalesTaxRateController(new GetCountySalesTaxRateRepository(), "", new LoginView());

            return(controller);
        }
 public static GetCountySalesTaxRateController Fixture()
 {
     GetCountySalesTaxRateController controller = new GetCountySalesTaxRateController(new GetCountySalesTaxRateRepository(), "", new LoginView());
     return controller;
 }