public static PaymentCardController Fixture()
        {
            PaymentCardController controller = new PaymentCardController(new PaymentCardRepository(), "", new LoginView());

            return(controller);
        }
 public static PaymentCardController Fixture()
 {
     PaymentCardController controller = new PaymentCardController(new PaymentCardRepository(), "", new LoginView());
     return controller;
 }