public static GetBrandNameByBrandIdController Fixture()
        {
            GetBrandNameByBrandIdController controller = new GetBrandNameByBrandIdController(new GetBrandNameByBrandIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetBrandNameByBrandIdController Fixture()
 {
     GetBrandNameByBrandIdController controller = new GetBrandNameByBrandIdController(new GetBrandNameByBrandIdRepository(), "", new LoginView());
     return controller;
 }