public static CurrencyScrudViewController Fixture()
 {
     CurrencyScrudViewController controller = new CurrencyScrudViewController(new CurrencyScrudViewRepository(), "", new LoginView());
     return controller;
 }
        public static CurrencyScrudViewController Fixture()
        {
            CurrencyScrudViewController controller = new CurrencyScrudViewController(new CurrencyScrudViewRepository(), "", new LoginView());

            return(controller);
        }