public DlgInventario(MySqlConnection xConnection) { InitializeComponent(); this.xConnection = xConnection; xInv = new Inventario(xConnection); }