public static GetPartyCodeByPartyIdController Fixture()
 {
     GetPartyCodeByPartyIdController controller = new GetPartyCodeByPartyIdController(new GetPartyCodeByPartyIdRepository(), "", new LoginView());
     return controller;
 }
        public static GetPartyCodeByPartyIdController Fixture()
        {
            GetPartyCodeByPartyIdController controller = new GetPartyCodeByPartyIdController(new GetPartyCodeByPartyIdRepository(), "", new LoginView());

            return(controller);
        }