private void detach_ReqInvites(ReqInvite entity)
		{
			this.SendPropertyChanging();
			entity.Employee = null;
		}
		private void attach_ReqInvites(ReqInvite entity)
		{
			this.SendPropertyChanging();
			entity.Depts = this;
		}
 partial void UpdateReqInvite(ReqInvite instance);
 partial void DeleteReqInvite(ReqInvite instance);
 partial void InsertReqInvite(ReqInvite instance);