public static IsPeriodicInventoryController Fixture()
 {
     IsPeriodicInventoryController controller = new IsPeriodicInventoryController(new IsPeriodicInventoryRepository(), "", new LoginView());
     return controller;
 }
        public static IsPeriodicInventoryController Fixture()
        {
            IsPeriodicInventoryController controller = new IsPeriodicInventoryController(new IsPeriodicInventoryRepository(), "", new LoginView());

            return(controller);
        }