public static PaymentCardScrudViewController Fixture()
        {
            PaymentCardScrudViewController controller = new PaymentCardScrudViewController(new PaymentCardScrudViewRepository(), "", new LoginView());

            return(controller);
        }
 public static PaymentCardScrudViewController Fixture()
 {
     PaymentCardScrudViewController controller = new PaymentCardScrudViewController(new PaymentCardScrudViewRepository(), "", new LoginView());
     return controller;
 }