public static OpeningInventoryExistsController Fixture()
 {
     OpeningInventoryExistsController controller = new OpeningInventoryExistsController(new OpeningInventoryExistsRepository(), "", new LoginView());
     return controller;
 }
        public static OpeningInventoryExistsController Fixture()
        {
            OpeningInventoryExistsController controller = new OpeningInventoryExistsController(new OpeningInventoryExistsRepository(), "", new LoginView());

            return(controller);
        }