private bool ExisteCategoria()
 {
     return(oCategoriaService.ObtenerCategorias(txtNombre.Text) != null);
 }