public static SalesTaxTypeScrudViewController Fixture()
        {
            SalesTaxTypeScrudViewController controller = new SalesTaxTypeScrudViewController(new SalesTaxTypeScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static SalesTaxTypeScrudViewController Fixture()
 {
     SalesTaxTypeScrudViewController controller = new SalesTaxTypeScrudViewController(new SalesTaxTypeScrudViewRepository(), "", new LoginView());
     return controller;
 }