public static void AgregarCategoria(Categoria categoria) { try { CategoriaDAL.AgregarCategoria(categoria); } catch (Exception) { throw; } }