public static CountryScrudViewController Fixture()
        {
            CountryScrudViewController controller = new CountryScrudViewController(new CountryScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static CountryScrudViewController Fixture()
 {
     CountryScrudViewController controller = new CountryScrudViewController(new CountryScrudViewRepository(), "", new LoginView());
     return controller;
 }