public static GetShipperIdByShipperCodeController Fixture()
 {
     GetShipperIdByShipperCodeController controller = new GetShipperIdByShipperCodeController(new GetShipperIdByShipperCodeRepository(), "", new LoginView());
     return controller;
 }
        public static GetShipperIdByShipperCodeController Fixture()
        {
            GetShipperIdByShipperCodeController controller = new GetShipperIdByShipperCodeController(new GetShipperIdByShipperCodeRepository(), "", new LoginView());

            return(controller);
        }