public static DepartmentSet GetDepartmentSet() { if (ds == null || ds.IsDisposed) { ds = new DepartmentSet(); } return(ds); }