partial void Deletepricer_input_type(pricer_input_type instance);
 partial void Insertpricer_input_type(pricer_input_type instance);
 partial void Updatepricer_input_type(pricer_input_type instance);
		private void detach_pricer_input_types(pricer_input_type entity)
		{
			this.SendPropertyChanging();
			entity.price_value = null;
		}