public void CargarCategorias()
 {
     this.cbCategorias.DataSource = objetoProd.DameNombresCategorias();
 }