partial void DeleteFileAuth(FileAuth instance);
 partial void UpdateFileAuth(FileAuth instance);
 partial void InsertFileAuth(FileAuth instance);
		private void detach_FileAuths1(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.Employee1 = null;
		}
		private void attach_FileAuths(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.Employee = this;
		}
		private void detach_FileAuths(FileAuth entity)
		{
			this.SendPropertyChanging();
			entity.File = null;
		}