public static AccountMasterController Fixture()
        {
            AccountMasterController controller = new AccountMasterController(new AccountMasterRepository(), "", new LoginView());

            return(controller);
        }
 public static AccountMasterController Fixture()
 {
     AccountMasterController controller = new AccountMasterController(new AccountMasterRepository(), "", new LoginView());
     return controller;
 }