public static IdentificationTypeController Fixture()
 {
     IdentificationTypeController controller = new IdentificationTypeController(new IdentificationTypeRepository(), "", new LoginView());
     return controller;
 }
        public static IdentificationTypeController Fixture()
        {
            IdentificationTypeController controller = new IdentificationTypeController(new IdentificationTypeRepository(), "", new LoginView());

            return(controller);
        }