private void conteop() { int cant; if (TxtCant.Text == "") { cant = 0; } else { cant = int.Parse(TxtCant.Text); } prod.ConteoP(cant); }