public static CurrencyLayerScrudViewController Fixture()
        {
            CurrencyLayerScrudViewController controller = new CurrencyLayerScrudViewController(new CurrencyLayerScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static CurrencyLayerScrudViewController Fixture()
 {
     CurrencyLayerScrudViewController controller = new CurrencyLayerScrudViewController(new CurrencyLayerScrudViewRepository(), "", new LoginView());
     return controller;
 }