private void detach_Pedidos(Pedidos entity)
 {
     this.SendPropertyChanging();
     entity.clientes = null;
 }
 private void attach_Pedidos(Pedidos entity)
 {
     this.SendPropertyChanging();
     entity.clientes = this;
 }
 partial void UpdatePedidos(Pedidos instance);
 partial void DeletePedidos(Pedidos instance);
 partial void InsertPedidos(Pedidos instance);