public static GetEmployeeByEmployeeIdController Fixture()
 {
     GetEmployeeByEmployeeIdController controller = new GetEmployeeByEmployeeIdController(new GetEmployeeByEmployeeIdRepository(), "", new LoginView());
     return controller;
 }
        public static GetEmployeeByEmployeeIdController Fixture()
        {
            GetEmployeeByEmployeeIdController controller = new GetEmployeeByEmployeeIdController(new GetEmployeeByEmployeeIdRepository(), "", new LoginView());

            return(controller);
        }