public static EmploymentStatusCodeController Fixture()
 {
     EmploymentStatusCodeController controller = new EmploymentStatusCodeController(new EmploymentStatusCodeRepository(), "", new LoginView());
     return controller;
 }
        public static EmploymentStatusCodeController Fixture()
        {
            EmploymentStatusCodeController controller = new EmploymentStatusCodeController(new EmploymentStatusCodeRepository(), "", new LoginView());

            return(controller);
        }