//Metodo para buscar categoria por id public static clasificacion DetalleCategoria(int id) { return(CategoriaDAL.DetalleCategoria(id)); }