protected static void Copy(DataAccess.Major obj, Major newObj) { newObj.ID = obj.ID; newObj.Name = obj.Name; }