public static SalesTaxTypeController Fixture()
        {
            SalesTaxTypeController controller = new SalesTaxTypeController(new SalesTaxTypeRepository(), "", new LoginView());

            return(controller);
        }
 public static SalesTaxTypeController Fixture()
 {
     SalesTaxTypeController controller = new SalesTaxTypeController(new SalesTaxTypeRepository(), "", new LoginView());
     return controller;
 }