public Categoria BuscaCategoriaPorID(long id)
 {
     return(categoriaDAL.BuscaCategoriaPorID(id));
 }