private void detach_Usuario(Usuario entity)
		{
			this.SendPropertyChanging();
			entity.Tienda = null;
		}
		private void attach_Usuario(Usuario entity)
		{
			this.SendPropertyChanging();
			entity.Tienda = this;
		}
 partial void UpdateUsuario(Usuario instance);
 partial void DeleteUsuario(Usuario instance);
 partial void InsertUsuario(Usuario instance);