public static AreSalesQuotationsAlreadyMergedController Fixture()
 {
     AreSalesQuotationsAlreadyMergedController controller = new AreSalesQuotationsAlreadyMergedController(new AreSalesQuotationsAlreadyMergedRepository(), "", new LoginView());
     return controller;
 }
        public static AreSalesQuotationsAlreadyMergedController Fixture()
        {
            AreSalesQuotationsAlreadyMergedController controller = new AreSalesQuotationsAlreadyMergedController(new AreSalesQuotationsAlreadyMergedRepository(), "", new LoginView());

            return(controller);
        }