internal bool Load() { foreach (WSDBSet DBSet in Values) { if (!DBSet.Load(Func)) { return(false); } } return(true); }