public static GetAccountMasterIdByAccountIdController Fixture()
 {
     GetAccountMasterIdByAccountIdController controller = new GetAccountMasterIdByAccountIdController(new GetAccountMasterIdByAccountIdRepository(), "", new LoginView());
     return controller;
 }
        public static GetAccountMasterIdByAccountIdController Fixture()
        {
            GetAccountMasterIdByAccountIdController controller = new GetAccountMasterIdByAccountIdController(new GetAccountMasterIdByAccountIdRepository(), "", new LoginView());

            return(controller);
        }