partial void Deleteres_cross_match(res_cross_match instance);
 partial void Insertres_cross_match(res_cross_match instance);
 partial void Updateres_cross_match(res_cross_match instance);
		private void detach_res_cross_match(res_cross_match entity)
		{
			this.SendPropertyChanging();
			entity.check_bill = null;
		}