private static IEnumerable <UserBO> GetUsers() { var userReader = new UserReader(); return(userReader.GetAllUsers()); }