public static User FindUser(string id) { if (Factory == null) { return(null); } return(Factory.FindUser(id)); }